Interface Payload.Inbound

  • Enclosing interface:
    Payload

    public static interface Payload.Inbound
    Public API for inbound payloads.
    • Method Detail

      • parts

        Iterator<Payload.Part> parts()
        Returns the parts from the inbound payload.
        Returns:
        Iterator over the inbound Parts
      • getHeaderName

        String getHeaderName()
        Returns the name of the header that should be set in the outgoing and incoming http request or response.
        Returns:
        the header name