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. messageDeliverersMethods 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 voidNotificationEngineConfiguration. addMessageDeliverer(MessageDeliverer messageDeliverer)Method parameters in com.flowable.notification.engine with type arguments of type MessageDeliverer Modifier and Type Method Description voidNotificationEngineConfiguration. 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. messageDeliverersConstructor 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 classProcessMessageDelivererAMessageDelivererthat 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 classSimpMessageDelivererAMessageDelivererthat uses theSimpMessagingTemplateand theSimpUserRegistryfor delivering a message to a user.