Interface TypeSubscriptionController

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addTypes​(java.lang.String... names)
      Add the specified type names to subscription.
      void removeTypes​(java.lang.String... names)
      Remove the specified types from subscription.
      void setTypes​(java.lang.String... names)
      Subscribe to specified types.
      void subscribeToAllTypes()
      Subscribe to all available types (no filtering).
    • Method Detail

      • subscribeToAllTypes

        void subscribeToAllTypes()
        Subscribe to all available types (no filtering).
      • setTypes

        void setTypes​(java.lang.String... names)
        Subscribe to specified types.
      • addTypes

        void addTypes​(java.lang.String... names)
        Add the specified type names to subscription.
      • removeTypes

        void removeTypes​(java.lang.String... names)
        Remove the specified types from subscription.