public interface SagaMetaModelFactory
SagaModel for any given saga type.| Modifier and Type | Method and Description |
|---|---|
default <T> MessageHandlerInterceptorMemberChain<T> |
chainedInterceptor(Class<T> sagaType)
Returns an Interceptor Chain of annotated interceptor methods for the given
sagaType. |
<T> SagaModel<T> |
modelOf(Class<T> sagaType)
Create a saga meta model for the given
sagaType. |
<T> SagaModel<T> modelOf(Class<T> sagaType)
sagaType. The meta model will inspect the capabilities and
characteristics of the given type.T - The saga typesagaType - The saga class to be inspecteddefault <T> MessageHandlerInterceptorMemberChain<T> chainedInterceptor(Class<T> sagaType)
sagaType. The given chain
will invoke all relevant interceptors in an order defined by the handler definition.T - The saga typesagaType - The saga class to be inspectedCopyright © 2010–2025. All rights reserved.