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

java.lang.Object
org.ldaptive.transport.MessageFunctional<Q,S>
org.ldaptive.transport.MessageFunctional.BiConsumer<Q,S,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 Details

    • BiConsumer

      public BiConsumer()