Interface ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration,ChannelEmbeddedCacheManagerGroupConfiguration,EmbeddedCacheContainerConfiguration,EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<org.jgroups.Address,,ChannelGroupMember> EmbeddedCacheManagerGroupConfiguration<org.jgroups.Address,ChannelGroupMember>
public interface ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
extends ChannelEmbeddedCacheManagerGroupConfiguration, EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<org.jgroups.Address,ChannelGroupMember>
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Function<org.infinispan.remoting.transport.Address, org.jgroups.Address> default Group<org.jgroups.Address, ChannelGroupMember> getGroup()Methods inherited from interface org.wildfly.clustering.server.infinispan.ChannelEmbeddedCacheManagerGroupConfiguration
getAddressWrapperMethods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration
getBlockingManager, getCacheContainer, getExecutorMethods inherited from interface org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration
getCommandDispatcherFactory
-
Method Details
-
getGroup
- Specified by:
getGroupin interfaceEmbeddedCacheManagerGroupConfiguration<org.jgroups.Address,ChannelGroupMember>
-
getAddressUnwrapper
default Function<org.infinispan.remoting.transport.Address,org.jgroups.Address> getAddressUnwrapper()- Specified by:
getAddressUnwrapperin interfaceEmbeddedCacheManagerCommandDispatcherFactoryConfiguration<org.jgroups.Address,ChannelGroupMember>
-