Interface PrimaryProxyContext<T>
-
- All Superinterfaces:
ServiceNameProvider
- All Known Implementing Classes:
LegacyDistributedSingletonService
public interface PrimaryProxyContext<T> extends ServiceNameProvider
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandDispatcher<LegacySingletonContext<T>>getCommandDispatcher()-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
getCommandDispatcher
CommandDispatcher<LegacySingletonContext<T>> getCommandDispatcher()
-
-