Annotation Interface HandleWebResponse


@Documented @Retention(RUNTIME) @Target(METHOD) @HandleMessage(WEBRESPONSE) public @interface HandleWebResponse
Marks a method as a handler for MessageType.WEBRESPONSE messages.

This is typically used to inspect response messages emitted by Fluxzero applications that originally handled MessageType.WEBREQUEST messages.

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If true, disables this handler during discovery.
    Determines how the handler responds when referenced protected data is no longer available.
  • Element Details

    • onMissingProtectedData

      MissingProtectedDataPolicy onMissingProtectedData
      Determines how the handler responds when referenced protected data is no longer available.
      Default:
      DEFAULT
    • disabled

      boolean disabled
      If true, disables this handler during discovery.
      Default:
      false