Class CamelRpcServerProcessor

  • All Implemented Interfaces:
    org.apache.camel.AsyncProcessor, org.apache.camel.Processor

    public class CamelRpcServerProcessor
    extends java.lang.Object
    implements org.apache.camel.AsyncProcessor
    Executes the RpcRequest, and asynchronously returns the RpcResponse.
    Author:
    jwhite
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
        Specified by:
        process in interface org.apache.camel.Processor
      • process

        public boolean process​(org.apache.camel.Exchange exchange,
                               org.apache.camel.AsyncCallback callback)
        Specified by:
        process in interface org.apache.camel.AsyncProcessor
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • postProcess

        public void postProcess​(org.apache.camel.Exchange exchange)