Uses of Interface
com.streambase.sb.Cancellable
- 
Packages that use Cancellable Package Description com.streambase.sb.operator Provides classes and interfaces to add custom operators to StreamBase applications. - 
- 
Uses of Cancellable in com.streambase.sb.operator
Methods in com.streambase.sb.operator that return Cancellable Modifier and Type Method Description CancellableOperator. scheduleRunnable(Date when, Runnable runner)Schedules a Runnable object to be run at some future point as part of the same parallel region as this Operator. 
 -