Annotation Type SseConsumer


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface SseConsumer
    Defines a consumer of SseEvents from a specified URI.
    Author:
    Torsten Oltmanns
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The URI to the SSE source.
    • Element Detail

      • value

        java.lang.String value
        The URI to the SSE source.
        Returns:
        the URI to the SSE source