Class OutboundInvocationTracker.EntityResponse<R>

java.lang.Object
de.hybris.platform.outboundservices.util.OutboundInvocationTracker.EntityResponse<R>
All Implemented Interfaces:
Supplier<R>
Enclosing class:
OutboundInvocationTracker<T extends OutboundInvocationTracker<T>>

protected static class OutboundInvocationTracker.EntityResponse<R> extends Object implements Supplier<R>
  • Constructor Details

    • EntityResponse

      public EntityResponse(R entity)
    • EntityResponse

      public EntityResponse(R e, Runnable toDo)
  • Method Details