Uses of Class
com.tick42.glue.core.bus.MessageOptions
Packages that use MessageOptions
-
Uses of MessageOptions in com.tick42.glue.core.bus
Fields in com.tick42.glue.core.bus declared as MessageOptionsModifier and TypeFieldDescriptionstatic final MessageOptionsMessageOptions.EMPTYA convenient constant representing empty message options.Methods in com.tick42.glue.core.bus that return MessageOptionsModifier and TypeMethodDescriptionMessageOptions.Builder.build()BuildMessageOptionsinstance.static MessageOptionsMessageOptions.forRoutingKey(String routingKey) Builds an options for specified routing key.Subscription.getOptions()Returns the message options used when subscription was created.Methods in com.tick42.glue.core.bus with parameters of type MessageOptionsModifier and TypeMethodDescription<T> CompletionStage<Void> Bus.publish(String topic, T data, MessageOptions options) Publish data on specified topic.Bus.subscribe(String topic, BusMessageHandler<T> handler, MessageOptions options) Subscribes for messages on specified topic and optionally routing key and/or target.MessageOptions.Builder.with(MessageOptions options) Overwrites this builder values with values from specified message options.