Package | Description |
---|---|
com.streambase.sb.operator |
Provides classes and interfaces to add custom operators to StreamBase applications.
|
Modifier and Type | Method and Description |
---|---|
Cancellable |
Operator.scheduleRunnable(java.util.Date when,
java.lang.Runnable runner)
Schedules a Runnable object to be run at some future point as part of
the same parallel region as this Operator.
|