public abstract class ActionSource extends SourceI
For instance, a named queue should have the properties of giving items in FIFO order
and only delivering each item once, and by virtue of requiring those specific properties
should be an ActionSource.
SourceI.ExceptionalConsumer<I,E extends java.lang.Throwable>, SourceI.ExceptionalFunction<I,O,E extends java.lang.Throwable>, SourceI.SourceIHandler<OUT>| Constructor and Description |
|---|
ActionSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogicalSource() |
accept, apply, getContextClass, onContextSet, setContextClasspublic boolean isLogicalSource()
isLogicalSource in class SourceI