Package com.smeup.kokos.sdk.caller
Interface IServiceCaller
- All Known Implementing Classes:
ServiceCaller
public interface IServiceCaller
- Author:
- mattia.bonardi
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) voiddispatchWithTimeout(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse, Integer timeout)
-
Method Details
-
dispatch
void dispatch(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse) throws Exception - Throws:
Exception
-
dispatchWithTimeout
void dispatchWithTimeout(Fun fun, ExecutionContext context, OutputStream out, boolean coreResponse, Integer timeout) throws Exception - Throws:
Exception
-