Uses of Interface
com.flowable.engage.api.delegate.event.FlowableSendUserTypingEvent
Package | Description |
---|---|
com.flowable.engage.engine.delegate.event.impl | |
com.flowable.engage.rest.service.api.listener |
-
Uses of FlowableSendUserTypingEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableSendUserTypingEvent Modifier and Type Class Description class
FlowableSendUserTypingEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableSendUserTypingEvent Modifier and Type Method Description static FlowableSendUserTypingEvent
FlowableEngageEventBuilder. createSendUserTypingEvent(java.lang.String userId, java.lang.String conversationId, java.util.Collection<java.lang.String> recipients)
-
Uses of FlowableSendUserTypingEvent in com.flowable.engage.rest.service.api.listener
Methods in com.flowable.engage.rest.service.api.listener with parameters of type FlowableSendUserTypingEvent Modifier and Type Method Description protected com.flowable.platform.notification.api.NotificationMessageProvider<java.lang.Object>
SendUserTypingEventListener. createMessageProvider(FlowableSendUserTypingEvent event, com.flowable.platform.notification.api.Notification notification)