public interface DebugHandlersFactory
DebugHandlers.| Modifier and Type | Field and Description |
|---|---|
static Iterable<DebugHandlersFactory> |
LOADER
Loads
DebugHandlersFactorys on demand via GraalServices.load(Class). |
| Modifier and Type | Method and Description |
|---|---|
List<DebugHandler> |
createHandlers(OptionValues options)
Creates
DebugHandlers based on options. |
static final Iterable<DebugHandlersFactory> LOADER
DebugHandlersFactorys on demand via GraalServices.load(Class).List<DebugHandler> createHandlers(OptionValues options)
DebugHandlers based on options.options - options to control type and name of the channel