Interface ServiceRequestEvent
-
- All Superinterfaces:
Event,ServiceEvent
- All Known Implementing Classes:
AbstractServiceRequestEvent,HttpServiceDownstreamRequestEvent,ServiceActivityRequestEvent,ServiceDownstreamRequestEvent
public interface ServiceRequestEvent extends ServiceEvent
Specialization of ServiceEvent for service requests. Requests and responses are dispatched separately, before and after the actual invocation of the intercepted behavior occurs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.disco.agent.event.ServiceEvent
ServiceEvent.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetRequest()Get the request object-
Methods inherited from interface software.amazon.disco.agent.event.ServiceEvent
getOperation, getService, getType
-
-