public class DummyShardManager
extends akka.actor.UntypedActor
Constructor and Description |
---|
DummyShardManager(Configuration configuration,
String memberName,
String[] shardNames,
String type) |
Modifier and Type | Method and Description |
---|---|
void |
onReceive(Object message) |
static akka.actor.Props |
props(Configuration configuration,
String memberName,
String[] shardNames,
String type) |
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
public DummyShardManager(Configuration configuration, String memberName, String[] shardNames, String type)
public void onReceive(Object message)
onReceive
in class akka.actor.UntypedActor
public static akka.actor.Props props(Configuration configuration, String memberName, String[] shardNames, String type)
Copyright © 2019 OpenDaylight. All rights reserved.