- onConnectionEstablished(Connection) - Method in interface pipeline.api.callback.ConnectionCallback
-
Called when connection established.
- onConnectionFailed(Connection, String) - Method in interface pipeline.api.callback.ConnectionCallback
-
Called when connection can't be established or was canceled.
- onJobStatus(Job) - Method in interface pipeline.api.callback.JobStatusCallback
-
Fired when status of job have been received
- onSessionCreated(Session) - Method in interface pipeline.api.callback.ExecutionCallback
-
Fired when session id was created.
- onSessionList(List<Session>) - Method in interface pipeline.api.callback.SessionListCallback
-
Fired when answer after query for session list came
- onSessionStatusUpdate(Session) - Method in interface pipeline.api.callback.SessionStatusListener
-
Fired when session status received
- onValidationCompleted() - Method in interface pipeline.api.callback.ValidationCallback
-
Fired when validation was successfully completed without errors
- onValidationFailed(List<ValidationException>) - Method in interface pipeline.api.callback.ValidationCallback
-
Fired when validation was finished with errors
- onWorkflowLoaded(String, Workflow) - Method in interface pipeline.api.callback.SessionReconnectCallback
-
Fired when workflow instance have been loaded from remote server