Package org.drools.core.command
Class EndConversationCommand<Void>
- java.lang.Object
-
- org.drools.core.command.EndConversationCommand<Void>
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<Void>,org.kie.api.command.ExecutableCommand<Void>
public class EndConversationCommand<Void> extends Object implements org.kie.api.command.ExecutableCommand<Void>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndConversationCommand()EndConversationCommand(String conversationId)
-
-
-
Constructor Detail
-
EndConversationCommand
public EndConversationCommand()
-
EndConversationCommand
public EndConversationCommand(String conversationId)
-
-