T
- type of element to process.public interface AccumulatorProcessor<T>
Accumulator
.
Processing can vary according to the implementation.EventPublisherAccumulatorProcessor
Modifier and Type | Method and Description |
---|---|
void |
process(T event)
Processes event.
|
void process(T event)
event
- type of event.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.