Interface WebswingMessagingApi


  • public interface WebswingMessagingApi
    Webswing Messaging API used by Swing application for messaging across all swing sessions.
    • Method Detail

      • getSharedTopic

        <T> WebswingTopic<T> getSharedTopic​(Class<T> messageType)
        Creates a reference to a generic message topic shared across all swing sessions. Reference will only consider messages of defined messageType.
        Type Parameters:
        T - message type parameter
        Parameters:
        messageType - message type this reference is created for
        Returns:
        reference to shared message topic