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 ElementsModifier and TypeOptional ElementDescriptionbooleanIftrue, disables this handler during discovery.Determines how the handler responds when referenced protected data is no longer available.
-
Element Details
-
onMissingProtectedData
MissingProtectedDataPolicy onMissingProtectedDataDetermines how the handler responds when referenced protected data is no longer available.- Default:
DEFAULT
-
disabled
boolean disabledIftrue, disables this handler during discovery.- Default:
false
-