Package | Description |
---|---|
alluxio.master.transport |
Modifier and Type | Class and Description |
---|---|
class |
Listeners.ListenerHolder
The listener holder with messaging context.
|
Modifier and Type | Method and Description |
---|---|
Listener<T> |
Listeners.add(java.util.function.Consumer<T> listener)
Adds a new listener.
|
Listener<GrpcMessagingConnection> |
GrpcMessagingConnection.onClose(java.util.function.Consumer<GrpcMessagingConnection> listener)
Adds a close listener.
|
Listener<Throwable> |
GrpcMessagingConnection.onException(java.util.function.Consumer<Throwable> listener)
Adds an exception listener.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Listener<T>> |
Listeners.iterator() |
Copyright © 2023. All Rights Reserved.