public abstract class RegistryNotifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistryNotifier.NotificationTask |
| Constructor and Description |
|---|
RegistryNotifier(URL registryUrl,
long delayTime) |
RegistryNotifier(URL registryUrl,
long delayTime,
ScheduledExecutorService scheduler) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelayTime() |
void |
notify(Object rawAddresses) |
public RegistryNotifier(URL registryUrl, long delayTime)
public RegistryNotifier(URL registryUrl, long delayTime, ScheduledExecutorService scheduler)
public void notify(Object rawAddresses)
public long getDelayTime()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.