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