Package 

Interface OperationsContext


  • 
    public interface OperationsContext
    
                        

    A placeholder for the result of run invocations.

    For example, this may be a completed operation, or perhaps it's the ID of a running operation - this would depend on the underlying operation that was invoked via the OperationsRunner implementation.

    • Method Detail

      • contextKey

        @Nonnull() abstract String contextKey()

        They operation context key. This may be used to identify the operations context value at a later point in time.