Class ChannelCommandDispatcherFactoryContext
java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory>
org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactoryContext
- All Implemented Interfaces:
AutoCloseable, Consumer<Runnable>, Supplier<org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory>, org.wildfly.clustering.context.Context<org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory>, org.wildfly.clustering.function.Supplier<org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory>
public class ChannelCommandDispatcherFactoryContext
extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory>
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.context.Context
EMPTYFields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionChannelCommandDispatcherFactoryContext(String clusterName, String memberName) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactoryget()Methods inherited from class org.wildfly.clustering.context.AbstractContext
accept, closeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Constructor Details
-
ChannelCommandDispatcherFactoryContext
-
-
Method Details
-
get
public org.wildfly.clustering.server.jgroups.dispatcher.ChannelCommandDispatcherFactory get()
-