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 © 2016 Hazelcast, Inc.. All Rights Reserved.