FutureBasedChannel
Keywords
Visibility
Inherited
Value members
Inherited methods
def stub[In, Err, Out](method: String)(implicit inCodec: Codec[In], errCodec: ErrorCodec[Err], outCodec: Codec[Out]): In => Future[Either[Err, Out]]
- Inherited from:
- MessageDispatcher