public interface SagaMetaModelFactory
SagaModel
for any given saga type.Modifier and Type | Method and Description |
---|---|
<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 inspectedCopyright © 2010–2023. All rights reserved.