callInternal abstract method
Call method to be implemented by subclasses (called by call). This is where the core logic of the chain should be implemented.
Implementation
@protected
Future<ChainValues> callInternal(final ChainValues inputs);
Call method to be implemented by subclasses (called by call). This is where the core logic of the chain should be implemented.
@protected
Future<ChainValues> callInternal(final ChainValues inputs);