Interface Processor.TransactionalIso<V>
- Type Parameters:
- V- input/output type
- All Superinterfaces:
- Processor<V,,- V> - Processor.Iso<V>,- Processor.Transactional<V,,- V> - Publisher<V>,- Subscriber<V>,- TransactionalSubscriber<V>
public static interface Processor.TransactionalIso<V>
extends Processor.Transactional<V,V>, Processor.Iso<V> 
A processor that supports transactions using the same input and outputs.
- 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, mapMethods inherited from interface org.spongepowered.configurate.reactive.Processor.IsoinjectMethods 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