Class MessageFunctional.BiConsumer<Q extends Request,​S extends Result,​T,​U>

  • Type Parameters:
    Q - type of request
    S - type of result
    T - the type of the first argument to the operation
    U - the type of the second argument to the operation
    All Implemented Interfaces:
    BiConsumer<T,​U>
    Enclosing class:
    MessageFunctional<Q extends Request,​S extends Result>

    public abstract static class MessageFunctional.BiConsumer<Q extends Request,​S extends Result,​T,​U>
    extends MessageFunctional<Q,​S>
    implements BiConsumer<T,​U>
    Marker class to inject connection and request properties.
    • Constructor Detail

      • BiConsumer

        public BiConsumer()