Package overit.geocall.event.consumer


package overit.geocall.event.consumer
  • Class
    Description
    Interface used to define the consumer lifecycle.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use MessageConsumer instead
    Deserializer for specific JSON message objects
    Annotation used to tag the Spin to specify the deserializer that implements the interface MessageDeserializer and the schema MessageConsumer.schema() class to use for the message
    Deserializer for generic message objects.
    Spin<T>
    Interface used to implement a Spin that will be used to define the kind of deserialization and how the message must be consumed by the consumer configured