Uses of Annotation Interface
io.fluxzero.sdk.tracking.handling.HandleMessage
Packages that use HandleMessage
-
Uses of HandleMessage in io.fluxzero.sdk.tracking.handling
Classes in io.fluxzero.sdk.tracking.handling with annotations of type HandleMessageModifier and TypeClassDescription@interfaceMarks a method or constructor as a handler for command messages (MessageType.COMMAND).@interfaceMarks a method or constructor as a handler for messages from a custom message topic.@interfaceMarks a method or constructor as a handler for document messages within a search collection.@interfaceMarks a method or constructor as a handler for error messages (MessageType.ERROR).@interfaceMarks a method or constructor as an event handler for incoming messages of typeMessageType.EVENT.@interfaceMarks a method or constructor as a handler for internal metrics events (MessageType.METRICS).@interfaceMarks a method or constructor as a handler for notification messages (MessageType.NOTIFICATION).@interfaceMarks a method or constructor as a handler for query messages (MessageType.QUERY).@interfaceMarks a method or constructor as a handler for result messages (MessageType.RESULT).@interfaceMarks a method or constructor as a handler for scheduled messages (MessageType.SCHEDULE). -
Uses of HandleMessage in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web with annotations of type HandleMessageModifier and TypeClassDescription@interfaceMarks a method or meta-annotation as a handler for incoming web requests (MessageType.WEBREQUEST).@interfaceMarks a method as a handler forMessageType.WEBRESPONSEmessages.