| AbstractEvent |
All Events inherit from this base class.
|
| AbstractNetworkProtocolRequestEvent |
An abstract event that defines network-based request occurrences.
|
| AbstractNetworkProtocolResponseEvent |
An abstract event that defines network-based response occurrences.
|
| AbstractProtocolEvent |
Base class for protocol events; These events here typically occur around service events and
provide the mechanisms that make them work.
|
| AbstractProtocolRequestEvent |
This event stores information about the invoker of the protocol event.
|
| AbstractProtocolResponseEvent |
This event stores information about the resultant outcome of the requested invocation.
|
| AbstractServiceCancellationEvent |
An event issued to the event bus when service request is cancelled
|
| AbstractServiceEvent |
Base class for service events both Activities (my service is handling a request) and Downstream (I am calling another Service)
A 'Service' in the downstream sense may not necessarily be a remote endpoint in the sense of a REST service etc.
|
| AbstractServiceRequestEvent |
Base class for service requests, whether from an activity or a downstream
|
| AbstractServiceResponseEvent |
Base class for service responses, whether from an activity or a downstream
|
| AbstractThreadEvent |
Abstract Event to encapsulate information when execution crosses a thread boundary, within an DiSCo transaction
|
| AbstractTransactionEvent |
A class of event to encapsulate the begin or end of a logical Transaction.
|
| HttpServiceDownstreamRequestEvent |
Specialization of a ServiceDownstreamRequestEvent, to encapsulate data specific to HTTP-like downstream call requests.
|
| HttpServiceDownstreamResponseEvent |
Specialization of a ServiceDownstreamResponseEvent, to encapsulate data specific to HTTP-like downstream call responses.
|
| HttpServletNetworkRequestEvent |
A concrete implementation of the HttpNetworkProtocolRequestEvent to express
when an HTTP Servlet has been intercepted.
|
| HttpServletNetworkResponseEvent |
A concrete implementation of the HttpNetworkProtocolResponseEvent to express
after an HTTP Servlet has been intercepted.
|
| ServiceActivityRequestEvent |
Concrete ServiceEvent to express a service activity request, i.e.
|
| ServiceActivityResponseEvent |
Concrete ServiceEvent to express a service activity response, i.e.
|
| ServiceDownstreamCancellationEvent |
An event issued to the event bus when downstream service request is cancelled
|
| ServiceDownstreamRequestEvent |
Concrete ServiceEvent to express a service downstream call which is about to occur, i.e.
|
| ServiceDownstreamResponseEvent |
Concrete ServiceEvent to express when a service downstream call which has completed, i.e.
|
| ThreadEnterEvent |
Concrete ThreadEvent for when a worker thread is entered
|
| ThreadExitEvent |
Concrete ThreadEvent for when a worker thread is finished, and the inner FunctionalInterface is about to return
|
| TransactionBeginEvent |
Concrete TransactionEvent to denote a transaction logically beginning
|
| TransactionEndEvent |
Concrete TransactionEvent to denote a transaction logically ending
|