Package org.symphonyoss.s2.canon.runtime
Interface IResponseOnlyRequestManager<R>
-
- Type Parameters:
R- The type of the response.
- All Known Implementing Classes:
ResponseOnlyRequestManager
public interface IResponseOnlyRequestManager<R>A handler for some async method which takes a payload and returns a response.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.symphonyoss.s2.fugue.pipeline.IConsumer<R> consumer)
-
-
-
Method Detail
-
handle
void handle(org.symphonyoss.s2.fugue.pipeline.IConsumer<R> consumer) throws CanonException
- Throws:
CanonException
-
-