Uses of Enum Class
overit.geocall.event.model.MessageScope
Packages that use MessageScope
Package
Description
-
Uses of MessageScope in overit.geocall.aws.event.consumer
Methods in overit.geocall.aws.event.consumer that return MessageScope -
Uses of MessageScope in overit.geocall.aws.event.producer
Methods in overit.geocall.aws.event.producer with parameters of type MessageScopeModifier and TypeMethodDescriptionSNSMessageProducer.send(String message, ProducerProperties producerProperties, String classDTO, MessageScope scope) Asynchronously issues the given object onto the SNS channel. -
Uses of MessageScope in overit.geocall.event.model
Methods in overit.geocall.event.model that return MessageScopeModifier and TypeMethodDescriptionReceivedMessage.getMessageScope()static MessageScopestatic MessageScopeReturns the enum constant of this class with the specified name.static MessageScope[]MessageScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.event.model with parameters of type MessageScopeModifier and TypeMethodDescriptionReceivedMessage.Builder.messageScope(MessageScope messageScope) -
Uses of MessageScope in overit.geocall.event.producer
Methods in overit.geocall.event.producer with parameters of type MessageScopeModifier and TypeMethodDescriptionMessageProducer.send(S message, ProducerProperties producerProperties, String classDTO, MessageScope scope) Emits the notification on a given channel