Modifier and Type | Method and Description |
---|---|
EventSourceSpecification<EventAtom> |
RuleSpecification.getSourceSpecification() |
Constructor and Description |
---|
RuleSpecification(EventSourceSpecification<EventAtom> sourceSpecification,
ActivationLifeCycle lifeCycle,
java.util.Set<Job<EventAtom>> jobs)
Creates a specification with the given life-cycle and job set.
|
Modifier and Type | Method and Description |
---|---|
EventSourceSpecification<EventAtom> |
EventSource.getSourceSpecification() |
Modifier and Type | Method and Description |
---|---|
EventSourceSpecification<EventAtom> |
EventSourceAdapter.getSourceSpecification() |
Constructor and Description |
---|
EventSourceAdapter(EventSourceSpecification<EventAtom> specification,
EventRealm realm) |
Modifier and Type | Class and Description |
---|---|
class |
IncQueryEventSourceSpecification<Match extends IPatternMatch> |