Uses of Interface
io.automatiko.engine.api.event.EventBatch
-
Packages that use EventBatch Package Description io.automatiko.engine.api.event -
-
Uses of EventBatch in io.automatiko.engine.api.event
Methods in io.automatiko.engine.api.event that return EventBatch Modifier and Type Method Description EventBatchEventManager. newBatch()Returns new batch instance, that should be used just by one processing threadMethods in io.automatiko.engine.api.event with parameters of type EventBatch Modifier and Type Method Description voidEventManager. publish(EventBatch batch)Publishes events of the batch with main restriction that the batch is processed only when there are any publishers available.
-