public interface FailureDetectionService<T extends io.atomix.utils.Identifier> extends io.atomix.event.ListenerService<FailureDetectionEvent<T>,FailureDetectionEventListener<T>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FailureDetectionService.Builder<T extends io.atomix.utils.Identifier>
Failure detections service builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the service.
|
Copyright © 2013–2017. All rights reserved.