@FunctionalInterface
public interface InterruptableProcessor<T>
Modifier and Type | Method and Description |
---|---|
boolean |
process(T object)
Process the given spring bean and returns true if processing
should be continued, otherwise false.
|
boolean process(T object)
object
- The object to be processed (never null).