Package org.redisson.misc
Class TransferListener<T>
- java.lang.Object
-
- org.redisson.misc.TransferListener<T>
-
- Type Parameters:
T
- type
- All Implemented Interfaces:
BiConsumer<T,Throwable>
public class TransferListener<T> extends Object implements BiConsumer<T,Throwable>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description TransferListener(RPromise<T> promise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(T t, Throwable u)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-