Uses of Class
de.aristaflow.ilm.ws.rest.base.service.AbstractSseStub
-
-
Uses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.executionmanager
Subclasses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.executionmanager Modifier and Type Class Description class
InstanceStateNotificationSseStub
A stub implementingInstanceStateCallback
and sending server-sent events. -
Uses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.runtimemanager
Subclasses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.runtimemanager Modifier and Type Class Description class
ActivityStateNotificationSseStub
A stub implementingActivityStateCallback
and sending server-sent events. -
Uses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.runtimeservice
Subclasses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.runtimeservice Modifier and Type Class Description class
ExecutionMessageNotificationSseStub
A stub implementingExecutionMessageCallback
and sending server-sent events. -
Uses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.worklistmanager
Subclasses of AbstractSseStub in de.aristaflow.ilm.ws.rest.core.worklistmanager Modifier and Type Class Description class
ClientWorklistSseStub
A stub implementingClientWorklistCallback
and sending server-sent events.
-