Interface BodyAccessor<T>

  • Type Parameters:
    T - The type of the body to be used.
    All Known Subinterfaces:
    BodyAccessor.BodyProperty<T>, Message<HEADER,​BODY>

    public interface BodyAccessor<T>
    Provides an accessor for a body property.
    • Method Detail

      • getBody

        T getBody()
        Retrieves the value from the body property.
        Returns:
        The body stored by the body property.