Uses of Class
org.nuxeo.lib.stream.pattern.consumer.internals.BatchState.State
-
Packages that use BatchState.State Package Description org.nuxeo.lib.stream.pattern.consumer.internals -
-
Uses of BatchState.State in org.nuxeo.lib.stream.pattern.consumer.internals
Methods in org.nuxeo.lib.stream.pattern.consumer.internals that return BatchState.State Modifier and Type Method Description BatchState.State
BatchState. getState()
BatchState.State
BatchState. inc()
static BatchState.State
BatchState.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static BatchState.State[]
BatchState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-