Interface ISCPublishServerCallback

All Known Implementing Classes:
SCPublishServerCallback

public interface ISCPublishServerCallback
  • Method Details

    • subscribe

      SCMessage subscribe(SCSubscribeMessage message, int operationTimeoutMillis)
      Subscribe.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
      Returns:
      the sC message
    • changeSubscription

      SCMessage changeSubscription(SCSubscribeMessage message, int operationTimeoutMillis)
      Change subscription.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
      Returns:
      the sC message
    • unsubscribe

      void unsubscribe(SCSubscribeMessage message, int operationTimeoutMillis)
      Unsubscribe.
      Parameters:
      message - the message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
    • abortSubscription

      void abortSubscription(SCSubscribeMessage scMessage, int operationTimeoutMillis)
      Abort subscription.
      Parameters:
      scMessage - the sc message
      operationTimeoutMillis - the allowed time in milliseconds to complete the operation, observed by SC
    • exceptionCaught

      void exceptionCaught(SCServiceException ex)
      Exception caught.
      Parameters:
      ex - the ex