Class ConversationHolderImpl

java.lang.Object
com.flowable.engage.engine.impl.conversation.ConversationHolderImpl
All Implemented Interfaces:
ConversationHolder

public class ConversationHolderImpl extends Object implements ConversationHolder
Author:
Filip Hrisafov
  • Field Details

    • conversation

      protected final Conversation conversation
    • newConversation

      protected final boolean newConversation
  • Constructor Details

    • ConversationHolderImpl

      protected ConversationHolderImpl(Conversation conversation, boolean newConversation)
  • Method Details