Class ConversationContext

  • All Implemented Interfaces:
    jakarta.enterprise.context.spi.AlterableContext, jakarta.enterprise.context.spi.Context, Externalizable, Serializable

    public class ConversationContext
    extends PassivatingContext
    Conversation context implementation. This reflects THE current Conversation (there can only be one active at a time for a thread). It should not be confused with the Map of conversationId -> Conversation which we internally store in the SessionContext.
    See Also:
    Serialized Form