public class Dispatchers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Dispatchers.DispatcherType |
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_DISPATCHER_PATH |
static String |
DEFAULT_DISPATCHER_PATH |
static String |
NOTIFICATION_DISPATCHER_PATH |
static String |
SERIALIZATION_DISPATCHER_PATH |
static String |
SHARD_DISPATCHER_PATH |
static String |
TXN_DISPATCHER_PATH |
Constructor and Description |
---|
Dispatchers(akka.dispatch.Dispatchers dispatchers) |
Modifier and Type | Method and Description |
---|---|
scala.concurrent.ExecutionContext |
getDispatcher(Dispatchers.DispatcherType dispatcherType) |
String |
getDispatcherPath(Dispatchers.DispatcherType dispatcherType) |
public static final String DEFAULT_DISPATCHER_PATH
public static final String CLIENT_DISPATCHER_PATH
public static final String TXN_DISPATCHER_PATH
public static final String SHARD_DISPATCHER_PATH
public static final String NOTIFICATION_DISPATCHER_PATH
public static final String SERIALIZATION_DISPATCHER_PATH
public scala.concurrent.ExecutionContext getDispatcher(Dispatchers.DispatcherType dispatcherType)
public String getDispatcherPath(Dispatchers.DispatcherType dispatcherType)
Copyright © 2019 OpenDaylight. All rights reserved.