Interface GrpcExchangeForwarder


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

      All Methods Instance Methods Abstract Methods 
      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 shutdown()  
    • 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()