Interface Payload<D>

  • Type Parameters:
    D - The type of delegate needed for the implementing protocol
    All Known Subinterfaces:
    CompletedOp<D>, FailedOp<D>, OpFacets<D>, SkippedOp<D>, StartedOp<D>, SucceededOp<D>, TrackedOp<D>
    All Known Implementing Classes:
    EventedOpImpl, OpImpl

    public interface Payload<D>
    This op context carries with it a data element which a protocol-specific implementation can use to hold the state and logic for operations.
    • Method Summary

      Modifier and Type Method Description
      D getData()  
      void setData​(D data)  
    • Method Detail

      • getData

        D getData()
      • setData

        void setData​(D data)