Package org.symphonyoss.s2.canon.runtime
Interface IHandlerContainerFactory
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IHandlerContainerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IHandlerContainercreateHandlerContainer(org.symphonyoss.s2.fugue.core.trace.ITraceContextTransactionFactory traceFactory, IModelRegistry modelRegistry)
-
-
-
Method Detail
-
createHandlerContainer
IHandlerContainer createHandlerContainer(org.symphonyoss.s2.fugue.core.trace.ITraceContextTransactionFactory traceFactory, IModelRegistry modelRegistry)
-
-