Interface GrpcExchangeForwarder


public interface GrpcExchangeForwarder
A forwarder is responsible to forward exchanges to a remote gRPC server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    forward(org.apache.camel.Exchange exchange)
     
    boolean
    forward(org.apache.camel.Exchange exchange, io.grpc.stub.StreamObserver<Object> responseObserver, org.apache.camel.AsyncCallback callback)
     
    void
     
  • Method Details

    • 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()