Uses of Interface
com.flowable.platform.notification.api.DeliveryContext
Package | Description |
---|---|
com.flowable.notification.engine.impl | |
com.flowable.notification.process | |
com.flowable.notification.simp | |
com.flowable.platform.notification.api |
-
Uses of DeliveryContext in com.flowable.notification.engine.impl
Classes in com.flowable.notification.engine.impl that implement DeliveryContext Modifier and Type Class Description class
DeliveryContextImpl<T>
-
Uses of DeliveryContext in com.flowable.notification.process
Methods in com.flowable.notification.process with parameters of type DeliveryContext Modifier and Type Method Description void
ProcessMessageDeliverer. sendMessage(DeliveryContext<?> deliveryContext)
-
Uses of DeliveryContext in com.flowable.notification.simp
Methods in com.flowable.notification.simp with parameters of type DeliveryContext Modifier and Type Method Description void
SimpMessageDeliverer. sendMessage(DeliveryContext<?> deliveryContext)
-
Uses of DeliveryContext in com.flowable.platform.notification.api
Methods in com.flowable.platform.notification.api with parameters of type DeliveryContext Modifier and Type Method Description void
MessageDeliverer. sendMessage(DeliveryContext<?> deliveryContext)
Perform sending of a message using the provided delivery context.