public class ShardDataTreeNotificationPublisherActor<T extends org.opendaylight.controller.cluster.datastore.ShardDataTreeNotificationPublisher> extends AbstractUntypedActor
LOG| Modifier | Constructor and Description |
|---|---|
protected |
ShardDataTreeNotificationPublisherActor(T publisher,
String name,
String logContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleReceive(Object message)
Receive and handle an incoming message.
|
protected String |
logContext() |
protected T |
publisher() |
executeInSelf, ignoreMessage, isValidSender, onReceive, unknownMessageakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledprotected T publisher()
protected String logContext()
protected void handleReceive(Object message)
AbstractUntypedActorAbstractUntypedActor.ignoreMessage(Object) or AbstractUntypedActor.unknownMessage(Object).handleReceive in class AbstractUntypedActormessage - the incoming messageCopyright © 2019 OpenDaylight. All rights reserved.