Interface Processor.Transactional<I,O> 
- Type Parameters:
- I- input type
- O- output type
- All Superinterfaces:
- Processor<I,,- O> - Publisher<O>,- Subscriber<I>,- TransactionalSubscriber<I>
- All Known Subinterfaces:
- Processor.TransactionalIso<V>
public static interface Processor.Transactional<I,O> 
extends Processor<I,O>, Publisher<O>, TransactionalSubscriber<I> 
A processor that supports transactions.
- Since:
- 4.0.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.configurate.reactive.ProcessorProcessor.Iso<V>, Processor.Transactional<I,O>, Processor.TransactionalIso<V> Nested classes/interfaces inherited from interface org.spongepowered.configurate.reactive.PublisherPublisher.Cached<V>
- 
Method SummaryMethods inherited from interface org.spongepowered.configurate.reactive.ProcessorcloseIfUnsubscribed, fallbackHandler, inject, mapMethods inherited from interface org.spongepowered.configurate.reactive.Publishercache, cache, executor, hasSubscribers, subscribeMethods inherited from interface org.spongepowered.configurate.reactive.SubscriberonClose, onErrorMethods inherited from interface org.spongepowered.configurate.reactive.TransactionalSubscriberbeginTransaction, commit, rollback, submit