Class WsEventingConfig

    • Field Detail

      • SOURCE_MAX_EXPIRES

        public static final String SOURCE_MAX_EXPIRES
        Controls maximum duration to grant for a subscription [in seconds].

        This configuration value is used by the event source to designate a maximum duration that it will grant for subscriptions.

        See Also:
        Constant Field Values
      • SOURCE_SUBSCRIPTION_MANAGER_PATH

        public static final String SOURCE_SUBSCRIPTION_MANAGER_PATH
        A pre-defined subscription manager URI.

        This URI part will be used by the event source as the default subscription manager URI part. Do not muddle up that value with subscription ids. Those will be generated by the event source automatically.

        • Data type: String
        • Use: optional
        See Also:
        Constant Field Values
      • NOTIFICATION_QUEUE_CAPACITY

        public static final String NOTIFICATION_QUEUE_CAPACITY
        Configuration of the notification queue size used for WS-Eventing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • WsEventingConfig

        public WsEventingConfig()