Class InMemoryConversationFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConversationStoreType getStoreType() The storage type this factory provides.
      Conversation create(String id) Create a new conversation with the given ID.
      • Methods inherited from class com.embabel.chat.ConversationFactory

        createForParticipants, load
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMemoryConversationFactory

        InMemoryConversationFactory()