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 HandleMessage
    Modifier and Type
    Class
    Description
    @interface 
    Marks a method or constructor as a handler for command messages (MessageType.COMMAND).
    @interface 
    Marks a method or constructor as a handler for messages from a custom message topic.
    @interface 
    Marks a method or constructor as a handler for document messages within a search collection.
    @interface 
    Marks a method or constructor as a handler for error messages (MessageType.ERROR).
    @interface 
    Marks a method or constructor as an event handler for incoming messages of type MessageType.EVENT.
    @interface 
    Marks a method or constructor as a handler for internal metrics events (MessageType.METRICS).
    @interface 
    Marks a method or constructor as a handler for notification messages (MessageType.NOTIFICATION).
    @interface 
    Marks a method or constructor as a handler for query messages (MessageType.QUERY).
    @interface 
    Marks a method or constructor as a handler for result messages (MessageType.RESULT).
    @interface 
    Marks 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 HandleMessage
    Modifier and Type
    Class
    Description
    @interface 
    Marks a method or meta-annotation as a handler for incoming web requests (MessageType.WEBREQUEST).
    @interface 
    Marks a method as a handler for MessageType.WEBRESPONSE messages.