public interface BatchObserver
An observer contract for batch events.
| Modifier and Type | Method and Description |
|---|---|
void |
batchExplicitlyExecuted()
Indicates explicit execution of the batch via a call to
Batch.execute(). |
void |
batchImplicitlyExecuted()
Indicates an implicit execution of the batch.
|
void batchExplicitlyExecuted()
Indicates explicit execution of the batch via a call to Batch.execute().
void batchImplicitlyExecuted()
Indicates an implicit execution of the batch.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.