@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface Dispatcher
Dispatcher that should be used
by the underlying Reactor. The Dispatcher is looked up in the
Environment of the DynamicReactorFactory.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The name of the dispatcher.
|
public abstract java.lang.String value
look it up in the Environment.