Package io.smallrye.mutiny.vertx
Class DelegatingConsumerHandler<U>
java.lang.Object
io.smallrye.mutiny.vertx.DelegatingConsumerHandler<U>
- Type Parameters:
U
-
- All Implemented Interfaces:
io.vertx.core.Handler<U>
,Consumer<U>
public class DelegatingConsumerHandler<U>
extends Object
implements Consumer<U>, io.vertx.core.Handler<U>
A class being a
Consumer
and a Handler
at the same time, and which delegate
hashCode()
and equals(Object)
to the consumer.