Uses of Interface
com.flowable.platform.notification.api.MessageDeliverer
Package | Description |
---|---|
com.flowable.notification.engine | |
com.flowable.notification.engine.impl | |
com.flowable.notification.process | |
com.flowable.notification.simp |
-
Uses of MessageDeliverer in com.flowable.notification.engine
Fields in com.flowable.notification.engine with type parameters of type MessageDeliverer Modifier and Type Field Description protected java.util.List<MessageDeliverer>
NotificationEngineConfiguration. messageDeliverers
Methods in com.flowable.notification.engine that return types with arguments of type MessageDeliverer Modifier and Type Method Description java.util.List<MessageDeliverer>
NotificationEngineConfiguration. getMessageDeliverers()
Methods in com.flowable.notification.engine with parameters of type MessageDeliverer Modifier and Type Method Description void
NotificationEngineConfiguration. addMessageDeliverer(MessageDeliverer messageDeliverer)
Method parameters in com.flowable.notification.engine with type arguments of type MessageDeliverer Modifier and Type Method Description void
NotificationEngineConfiguration. addMessageDeliverers(java.util.Collection<MessageDeliverer> messageDeliverers)
-
Uses of MessageDeliverer in com.flowable.notification.engine.impl
Fields in com.flowable.notification.engine.impl with type parameters of type MessageDeliverer Modifier and Type Field Description protected java.util.List<MessageDeliverer>
NotificationServiceImpl. messageDeliverers
Constructor parameters in com.flowable.notification.engine.impl with type arguments of type MessageDeliverer Constructor Description NotificationServiceImpl(java.util.List<MessageDeliverer> messageDeliverers)
-
Uses of MessageDeliverer in com.flowable.notification.process
Classes in com.flowable.notification.process that implement MessageDeliverer Modifier and Type Class Description class
ProcessMessageDeliverer
AMessageDeliverer
that triggers a process if the message has not been delivered and the context supports such messages -
Uses of MessageDeliverer in com.flowable.notification.simp
Classes in com.flowable.notification.simp that implement MessageDeliverer Modifier and Type Class Description class
SimpMessageDeliverer
AMessageDeliverer
that uses theSimpMessagingTemplate
and theSimpUserRegistry
for delivering a message to a user.