Uses of Interface
com.flowable.platform.notification.api.DeliveryContext
-
Packages that use DeliveryContext Package Description com.flowable.platform.notification.api -
-
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.
-