Interface JobStreamEndpoint.Service
- Enclosing class:
- JobStreamEndpoint
public static interface JobStreamEndpoint.Service
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of registered client/gateway job streams.Returns the list of registered remote/broker job streams.
-
Method Details
-
remoteJobStreams
Collection<RemoteStreamInfo<JobActivationProperties>> remoteJobStreams()Returns the list of registered remote/broker job streams. -
clientJobStreams
Collection<ClientStream<JobActivationProperties>> clientJobStreams()Returns the list of registered client/gateway job streams.
-