Class NexusOperationInboundCallsInterceptor.StartOperationInput

    • Constructor Summary

      Constructors 
      Constructor Description
      StartOperationInput​(io.nexusrpc.handler.OperationContext operationContext, io.nexusrpc.handler.OperationStartDetails startDetails, java.lang.Object input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getInput()  
      io.nexusrpc.handler.OperationContext getOperationContext()  
      io.nexusrpc.handler.OperationStartDetails getStartDetails()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StartOperationInput

        public StartOperationInput​(io.nexusrpc.handler.OperationContext operationContext,
                                   io.nexusrpc.handler.OperationStartDetails startDetails,
                                   java.lang.Object input)
    • Method Detail

      • getOperationContext

        public io.nexusrpc.handler.OperationContext getOperationContext()
      • getStartDetails

        public io.nexusrpc.handler.OperationStartDetails getStartDetails()
      • getInput

        public java.lang.Object getInput()