Class NexusOperationInboundCallsInterceptor.CancelOperationInput

    • Constructor Summary

      Constructors 
      Constructor Description
      CancelOperationInput​(io.nexusrpc.handler.OperationContext operationContext, io.nexusrpc.handler.OperationCancelDetails cancelDetails)  
    • Method Summary

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

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

      • CancelOperationInput

        public CancelOperationInput​(io.nexusrpc.handler.OperationContext operationContext,
                                    io.nexusrpc.handler.OperationCancelDetails cancelDetails)
    • Method Detail

      • getOperationContext

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

        public io.nexusrpc.handler.OperationCancelDetails getCancelDetails()