Package org.symphonyoss.s2.canon.runtime
Interface IAsyncHandlerContainer
-
- All Superinterfaces:
IHandlerContainer
- All Known Subinterfaces:
IModelServlet
- All Known Implementing Classes:
ModelServlet
public interface IAsyncHandlerContainer extends IHandlerContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAsyncHandlerContainerwithHandler(IAsyncEntityHandler handler)-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IHandlerContainer
withHandler
-
-
-
-
Method Detail
-
withHandler
IAsyncHandlerContainer withHandler(IAsyncEntityHandler handler)
-
-