Class ReconnectTask
- java.lang.Object
-
- org.infinispan.client.hotrod.event.impl.ReconnectTask
-
-
Constructor Summary
Constructors Constructor Description ReconnectTask(EventDispatcher dispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Short status)
void
run()
void
setCancellationFuture(ScheduledFuture<?> cancellationFuture)
-
-
-
Constructor Detail
-
ReconnectTask
public ReconnectTask(EventDispatcher dispatcher)
-
-