All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanManagerConfiguration Maven / Gradle / Ivy

There is a newer version: 33.0.2.Final
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */
package org.wildfly.clustering.ejb.infinispan.bean;

import org.infinispan.remoting.transport.Address;
import org.wildfly.clustering.dispatcher.CommandDispatcherFactory;
import org.wildfly.clustering.ejb.bean.BeanInstance;
import org.wildfly.clustering.ejb.cache.bean.BeanManagerConfiguration;
import org.wildfly.clustering.infinispan.affinity.KeyAffinityServiceFactory;
import org.wildfly.clustering.server.group.Group;

/**
 * Encapsulates the configuration of an {@link InfinispanBeanManager}.
 * @author Paul Ferraro
 * @param  the bean identifier type
 * @param  the bean instance type
 * @param  the bean metadata value type
 */
public interface InfinispanBeanManagerConfiguration, M> extends BeanManagerConfiguration, InfinispanBeanMetaDataFactoryConfiguration {
    @Override Group
getGroup(); KeyAffinityServiceFactory getAffinityFactory(); CommandDispatcherFactory getCommandDispatcherFactory(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy