public interface CommandDispatcherFactory
extends org.wildfly.clustering.dispatcher.CommandDispatcherFactory
| Modifier and Type | Method and Description |
|---|---|
default <C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> |
createCommandDispatcher(Object id,
C context) |
<C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> |
createCommandDispatcher(Object id,
C context,
ClassLoader loader) |
default <C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> createCommandDispatcher(Object id, C context)
createCommandDispatcher in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory<C> org.wildfly.clustering.dispatcher.CommandDispatcher<C> createCommandDispatcher(Object id, C context, ClassLoader loader)
Copyright © 2021 JBoss by Red Hat. All rights reserved.