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, unknownMessage
akka$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, unhandled
protected T publisher()
protected String logContext()
protected void handleReceive(Object message)
AbstractUntypedActor
AbstractUntypedActor.ignoreMessage(Object)
or AbstractUntypedActor.unknownMessage(Object)
.handleReceive
in class AbstractUntypedActor
message
- the incoming messageCopyright © 2019 OpenDaylight. All rights reserved.