public class EventBusImpl.HandlerEntry<T> extends Object implements Closeable
| Constructor and Description |
|---|
HandlerEntry(String address,
HandlerRegistration<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Handler<AsyncResult<Void>> completionHandler)
Close this resource, the
completionHandler must be notified when the operation has completed. |
boolean |
equals(Object o) |
int |
hashCode() |
public HandlerEntry(String address, HandlerRegistration<T> handler)
public void close(Handler<AsyncResult<Void>> completionHandler)
CloseablecompletionHandler must be notified when the operation has completed.Copyright © 2020. All rights reserved.