@InterfaceAudience.Public @InterfaceStability.Evolving public interface Dispatcher
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_DISPATCHER_EXIT_ON_ERROR |
static String |
DISPATCHER_EXIT_ON_ERROR_KEY |
Modifier and Type | Method and Description |
---|---|
EventHandler |
getEventHandler() |
void |
register(Class<? extends Enum> eventType,
EventHandler handler) |
static final String DISPATCHER_EXIT_ON_ERROR_KEY
static final boolean DEFAULT_DISPATCHER_EXIT_ON_ERROR
EventHandler getEventHandler()
void register(Class<? extends Enum> eventType, EventHandler handler)
Copyright © 2016 Apache Software Foundation. All rights reserved.