public interface IDiscoveryService
| Modifier and Type | Method and Description |
|---|---|
void |
republish()
Republish the awareness info.
|
void |
setDelay(long delay)
Set the send delay.
|
void |
setExcludes(java.lang.String[] excludes)
Set the excludes.
|
void |
setFast(boolean fast)
Set the fast awareness flag.
|
void |
setIncludes(java.lang.String[] includes)
Set the includes.
|
void setDelay(long delay)
delay - The delay.void setFast(boolean fast)
fast - The fast flag.void setIncludes(java.lang.String[] includes)
includes - The includes.void setExcludes(java.lang.String[] excludes)
excludes - The excludes.void republish()