Class StandardActivity<R extends LongFunction,S>

Type Parameters:
R - A type of runnable which wraps the operations for this type of driver.
S - The context type for the activity, AKA the 'space' for a named driver instance and its associated object graph
All Implemented Interfaces:
SyntheticOpTemplateProvider, DriverAdapterDecorators, Activity, ActivityDefObserver, ProgressCapable, StateCapable, InvokableResult, NBComponent, NBComponentAdvisors, NBComponentEvents, NBComponentMetrics, NBComponentProps, NBComponentServices, NBComponentTimeline, NBProviderSearch, NBTokenWords, NBLabeledElement, AutoCloseable, Comparable<Activity>

public class StandardActivity<R extends LongFunction,S> extends SimpleActivity implements SyntheticOpTemplateProvider, ActivityDefObserver
This is a typed activity which is expected to become the standard core of all new activity types. Extant NB drivers should also migrate to this when possible.