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