public class PooledPushTaskExecutorFactory extends java.lang.Object implements PushTaskExecutorFactory, NotifyingDisposable
| Constructor and Description |
|---|
PooledPushTaskExecutorFactory(PushTaskExecutorFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
PushTaskExecutor |
newExecutor(NotifyingDisposable callbackingDisposable) |
void |
registerDisposable(Disposable d)
the hooks registered by this method will be run when dispose is called.
|
public PooledPushTaskExecutorFactory(PushTaskExecutorFactory delegate)
public PushTaskExecutor newExecutor(NotifyingDisposable callbackingDisposable)
newExecutor in interface PushTaskExecutorFactorypublic void dispose()
public void registerDisposable(Disposable d)
NotifyingDisposableregisterDisposable in interface NotifyingDisposable