Interface Chainable
-
- All Known Subinterfaces:
AuditInterceptor<T,E>
,Interceptor<E>
- All Known Implementing Classes:
ChainableImpl
,ConsumerAdaptingInterceptor
,ConsumerAuditInterceptor
,ConsumerAuditInterceptor
,ConsumerAuthenticationFailureInterceptor
,ConsumerDispatchingInterceptor
,ConsumerInPayloadLoggerInterceptor
,ConsumerInteractiveResponseSenderInterceptor
,ConsumerMarshalInterceptor
,ConsumerOutPayloadLoggerInterceptor
,ConsumerRequestAcceptanceInterceptor
,ConsumerRequestDefragmenterInterceptor
,ConsumerRequestInteractionSetterInterceptor
,ConsumerResponseAcceptanceInterceptor
,ConsumerSegmentEchoingInterceptor
,ConsumerStringProcessingInterceptor
,ConsumerTracingInterceptor
,InterceptorSupport
,MllpAuditInterceptorSupport
,ProducerAdaptingInterceptor
,ProducerAuditInterceptor
,ProducerAuditInterceptor
,ProducerInPayloadLoggerInterceptor
,ProducerMarshalAndInteractiveResponseReceiverInterceptor
,ProducerMarshalInterceptor
,ProducerOutPayloadLoggerInterceptor
,ProducerRequestAcceptanceInterceptor
,ProducerRequestFragmenterInterceptor
,ProducerResponseAcceptanceInterceptor
,ProducerStringProcessingInterceptor
,ProducerTracingInterceptor
public interface Chainable
Base for an element of a chain.- Author:
- Dmytro Rud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getAfter()
Set<String>
getBefore()
String
getId()
-