Interface GrpcExchangeForwarder
-
public interface GrpcExchangeForwarderA forwarder is responsible to forward exchanges to a remote gRPC server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforward(org.apache.camel.Exchange exchange)booleanforward(org.apache.camel.Exchange exchange, io.grpc.stub.StreamObserver<Object> responseObserver, org.apache.camel.AsyncCallback callback)voidshutdown()
-
-
-
Method Detail
-
forward
boolean forward(org.apache.camel.Exchange exchange, io.grpc.stub.StreamObserver<Object> responseObserver, org.apache.camel.AsyncCallback callback)
-
forward
void forward(org.apache.camel.Exchange exchange)
-
shutdown
void shutdown()
-
-