Interface ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- All Superinterfaces:
org.wildfly.clustering.cache.infinispan.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 org.wildfly.clustering.server.group.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, getExecutor, getNameMethods inherited from interface org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration
getCommandDispatcherFactory
-
Method Details
-
getGroup
default org.wildfly.clustering.server.group.Group<org.jgroups.Address,ChannelGroupMember> 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>
-