Uses of Class
io.adamantic.quicknote.types.Message
Packages that use Message
-
Uses of Message in io.adamantic.quicknote
Methods in io.adamantic.quicknote with parameters of type MessageModifier and TypeMethodDescriptionvoidSends a message to a remote destination.Method parameters in io.adamantic.quicknote with type arguments of type MessageModifier and TypeMethodDescriptionvoidReceiver.subscribe(String routing, Flow.Subscriber<? super Message> subscriber) Creates a new subscription for incoming messages over a specific routing key (i.e. -
Uses of Message in io.adamantic.quicknote.exceptions
Constructors in io.adamantic.quicknote.exceptions with parameters of type MessageModifierConstructorDescriptionTimeToLiveExpired(Message expiredMessage) Creates a new exception instance, with a reference to the expired message.