Class OutboundInvocationTracker.ExceptionResponse

java.lang.Object
de.hybris.platform.outboundservices.util.OutboundInvocationTracker.ExceptionResponse
All Implemented Interfaces:
Supplier<org.springframework.http.ResponseEntity<Map>>
Enclosing class:
OutboundInvocationTracker<T extends OutboundInvocationTracker<T>>

protected static class OutboundInvocationTracker.ExceptionResponse extends Object implements Supplier<org.springframework.http.ResponseEntity<Map>>
  • Constructor Details

  • Method Details

    • get

      public org.springframework.http.ResponseEntity<Map> get()
      Specified by:
      get in interface Supplier<org.springframework.http.ResponseEntity<Map>>
    • toString

      public String toString()
      Overrides:
      toString in class Object