| Uses of Class |
| com.newstep.solid.processor.HandlerRegistry |
Packages that use com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
| com.newstep.solid.processor | |
| com.newstep.solid.processor.threepass | |
| com.newstep.solid.test.processor.performance.core | |
Classes in com.newstep.solid.processor that implement com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
public class |
|
Methods in com.newstep.solid.processor with parameters of type com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
public abstract Processor |
ProcessorFactory.createProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public abstract MessageProcessor |
ProcessorFactory.createMessageProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public abstract EventProcessor |
ProcessorFactory.createEventProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
Fields in com.newstep.solid.processor.threepass declared as com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
private HandlerRegistry |
DecodeAndPredistpatchTask.handlerRegistry |
private HandlerRegistry |
ThreePassProcessor.handlerRegistry |
private HandlerRegistry |
PredistpatchTask.handlerRegistry |
Constructors in com.newstep.solid.processor.threepass with parameters of type com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
public void |
ThreePassProcessor.ThreePassProcessor(ActiveAgent activeAgent, ThreePassProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public void |
DecodeAndPredistpatchTask.DecodeAndPredistpatchTask(PredecodedMessage message, HandlerRegistry handlerRegistry) |
public void |
|
Methods in com.newstep.solid.processor.threepass with parameters of type com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
public EventProcessor |
ThreePassProcessorFactory.createEventProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public MessageProcessor |
ThreePassProcessorFactory.createMessageProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public Processor |
ThreePassProcessorFactory.createProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
Fields in com.newstep.solid.test.processor.performance.core declared as com.newstep.solid.processor.HandlerRegistry |
|
|---|---|
private HandlerRegistry |
EnvironmentTooling.handlerRegistry |