Interface ServiceCancellationEvent
-
- All Superinterfaces:
CancellationEvent,Event
- All Known Implementing Classes:
AbstractServiceCancellationEvent,ServiceDownstreamCancellationEvent
public interface ServiceCancellationEvent extends CancellationEvent
Specialization of ServiceEvent for service requests. Requests and Cancellations are dispatched separately, Events are triggered before and after cancellation of request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRequestEventgetRequest()Get the associated request event
-
-
-
Method Detail
-
getRequest
ServiceRequestEvent getRequest()
Get the associated request event- Returns:
- the service request event which is cancelled
ServiceRequestEvent
-
-