Interface | Description |
---|---|
PayloadExchange |
Contract for a Payload interaction.
|
PayloadInterceptor |
Contract for interception-style, chained processing of Payloads that may be used to
implement cross-cutting, application-agnostic requirements such as security, timeouts,
and others.
|
PayloadInterceptorChain |
Contract to allow a
PayloadInterceptor to delegate to the next in the chain. |
Enum | Description |
---|---|
PayloadExchangeType |
The
PayloadExchange type |