Uses of Class
org.refcodes.serial.ext.observer.ObservableSectionDecorator
-
Uses of ObservableSectionDecorator in org.refcodes.serial.ext.observer
Methods in org.refcodes.serial.ext.observer that return ObservableSectionDecoratorModifier and TypeMethodDescriptionstatic <DECORATEE extends org.refcodes.serial.Section>
ObservableSectionDecorator<DECORATEE>ObservableSerialSugar.observableSection(DECORATEE aDecoratee) Constructs aObservableSectionwrapping the givenSectiondecoratee and using a defaultExecutorServiceand dispatching events in sequentially (as ofExecutionStrategy.SEQUENTIAL).static <DECORATEE extends org.refcodes.serial.Section>
ObservableSectionDecorator<DECORATEE>ObservableSerialSugar.observableSection(DECORATEE aDecoratee, ExecutorService aExecutorService, org.refcodes.controlflow.ExecutionStrategy aExecutionStrategy) Constructs aObservableSectionwrapping the givenSectiondecoratee and using the providedExecutorServicewhen dispatching events in parallel (as ofExecutionStrategy.PARALLELandExecutionStrategy.JOIN) and using the givenExecutionStrategywhen dispatching the events.static <DECORATEE extends org.refcodes.serial.Section>
ObservableSectionDecorator<DECORATEE>ObservableSerialSugar.observableSection(DECORATEE aDecoratee, org.refcodes.controlflow.ExecutionStrategy aExecutionStrategy) Constructs aObservableSectionwrapping the givenSectiondecoratee and using the providedExecutionStrategywhen dispatching the events.