| Package | Description |
|---|---|
| org.apache.reef.wake.remote | |
| org.apache.reef.wake.remote.impl |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends T> |
RemoteManager.registerHandler(Class<U> messageType,
EventHandler<RemoteMessage<T>> theHandler)
Registers the given EventHandler to be called for the given message type
from any source.
|
| Modifier and Type | Method and Description |
|---|---|
<T,U extends T> |
DefaultRemoteManagerImplementation.registerHandler(Class<U> messageType,
EventHandler<RemoteMessage<T>> theHandler)
Registers an event handler for a message type and returns a subscription.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.