Package org.serviceconnector.api.srv
Interface ISCPublishServerCallback
- All Known Implementing Classes:
SCPublishServerCallback
public interface ISCPublishServerCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidabortSubscription(SCSubscribeMessage scMessage, int operationTimeoutMillis) Abort subscription.changeSubscription(SCSubscribeMessage message, int operationTimeoutMillis) Change subscription.voidException caught.subscribe(SCSubscribeMessage message, int operationTimeoutMillis) Subscribe.voidunsubscribe(SCSubscribeMessage message, int operationTimeoutMillis) Unsubscribe.
-
Method Details
-
subscribe
Subscribe.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC- Returns:
- the sC message
-
changeSubscription
Change subscription.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC- Returns:
- the sC message
-
unsubscribe
Unsubscribe.- Parameters:
message- the messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC
-
abortSubscription
Abort subscription.- Parameters:
scMessage- the sc messageoperationTimeoutMillis- the allowed time in milliseconds to complete the operation, observed by SC
-
exceptionCaught
Exception caught.- Parameters:
ex- the ex
-