Class MessageTrackerHubService.MessageTrackerHubClient

  • All Implemented Interfaces:
    Client
    Enclosing class:
    MessageTrackerHubService

    private class MessageTrackerHubService.MessageTrackerHubClient
    extends HubClient
    HubClient class used by this HubService implementation.
    • Constructor Detail

      • MessageTrackerHubClient

        public MessageTrackerHubClient​(java.lang.String publicId,
                                       ProfileToken ptoken)
        Constructor.
        Parameters:
        publicId - public ID
        ptoken - connection source
    • Method Detail

      • setCallable

        public void setCallable​(CallableClient callable)
        Description copied from class: HubClient
        Sets the callable object which allows this client to receive callbacks. If null is used, a no-op callable object is installed.
        Overrides:
        setCallable in class HubClient
        Parameters:
        callable - new callable interface, or null