Class ConversationNotificationRunnable
java.lang.Object
com.flowable.engage.engine.impl.conversation.ConversationNotificationRunnable
- All Implemented Interfaces:
java.lang.Runnable
public class ConversationNotificationRunnable
extends java.lang.Object
implements java.lang.Runnable
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected EngageEngineConfiguration
configuration
protected Conversation
conversation
protected Message
message
-
Constructor Summary
Constructors Constructor Description ConversationNotificationRunnable(EngageEngineConfiguration configuration, Message message, Conversation conversation)
-
Method Summary
Modifier and Type Method Description void
run()
-
Field Details
-
Constructor Details
-
ConversationNotificationRunnable
public ConversationNotificationRunnable(EngageEngineConfiguration configuration, Message message, Conversation conversation)
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-