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 classDeliveryContextImpl<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 voidProcessMessageDeliverer. 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 voidSimpMessageDeliverer. 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 voidMessageDeliverer. sendMessage(DeliveryContext<?> deliveryContext)Perform sending of a message using the provided delivery context.