Operator interface to the Job Control Plane. More...

Detailed Description

Operator interface to the Job Control Plane.

The Job Control Plane supports the exchange of control or management information between operators in an SPL application. The Job Control Plane is a JMX (Java Management Extensions) MBean server defined for the scope of a job. C++ primitive operators can connect to management beans, known as MBeans, registered with this server to exchange control information. Operators and external JMX clients can interact with a management bean through its attributes operations and notifications.

You may find more information about the Job Control Plane in the the documentation for the Java Operator API for Streams.

Typedef Documentation

◆ ControlPlaneConnectionPtr

Defines a shared pointer to a ControlPlaneConnection instance.