| Uses of Class |
| com.newstep.solid.processor.ProcessorConfiguration |
Packages that use com.newstep.solid.processor.ProcessorConfiguration |
|
|---|---|
| com.newstep.solid.processor | |
| com.newstep.solid.processor.threepass | |
| com.newstep.solid.processor.threepass.management | |
Methods in com.newstep.solid.processor with parameters of type com.newstep.solid.processor.ProcessorConfiguration |
|
|---|---|
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) |
Methods in com.newstep.solid.processor.threepass with parameters of type com.newstep.solid.processor.ProcessorConfiguration |
|
|---|---|
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) |
Classes in com.newstep.solid.processor.threepass.management that implement com.newstep.solid.processor.ProcessorConfiguration |
|
|---|---|
public class |
|