Interface EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>, M extends org.wildfly.clustering.server.group.GroupMember<A>>

Type Parameters:
A - the address type for group members
M - the group member type
All Superinterfaces:
org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration, org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration, EmbeddedCacheManagerGroupConfiguration<A,M>
All Known Subinterfaces:
ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration

public interface EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A extends Comparable<A>, M extends org.wildfly.clustering.server.group.GroupMember<A>> extends EmbeddedCacheManagerGroupConfiguration<A,M>
Encapsulates configuration of an EmbeddedCacheManagerCommandDispatcherFactory.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Function<org.infinispan.remoting.transport.Address, A>
    Returns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
    org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<A,M>
    Returns the decorated command dispatcher factory

    Methods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration

    getCacheContainer, getExecutor, getName
  • Method Details

    • getCommandDispatcherFactory

      org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<A,M> getCommandDispatcherFactory()
      Returns the decorated command dispatcher factory
      Returns:
      the decorated command dispatcher factory
    • getAddressUnwrapper

      Function<org.infinispan.remoting.transport.Address, A> getAddressUnwrapper()
      Returns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
      Returns:
      a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.