Uses of Class
de.quantummaid.eventmaid.identification.MessageId
-
-
Uses of MessageId in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel that return MessageId Modifier and Type Method Description MessageIdChannel. send(ProcessingContext<T> processingContext)Send the given processingContext object over thisChannel.MessageIdChannel. send(T message)Send the given message over thisChannel.MessageIdChannel. send(T message, CorrelationId correlationId)Send the given message over thisChannelwith the givenCorrelationId. -
Uses of MessageId in de.quantummaid.eventmaid.identification
Methods in de.quantummaid.eventmaid.identification that return MessageId Modifier and Type Method Description static MessageIdMessageId. fromString(String value)Creates a newMessageIdusing the string representation of anUUID.static MessageIdMessageId. newUniqueMessageId()Creates a new, randomly generatedMessageId.Methods in de.quantummaid.eventmaid.identification with parameters of type MessageId Modifier and Type Method Description static CorrelationIdCorrelationId. correlationIdFor(MessageId messageId)Creates aCorrelationIdmatching the givenMessageId.booleanCorrelationId. matches(MessageId messageId)Checks, if theCorrelationIdis related to the givenMessageId. -
Uses of MessageId in de.quantummaid.eventmaid.messagebus
Methods in de.quantummaid.eventmaid.messagebus that return MessageId Modifier and Type Method Description MessageIdMessageBus. send(EventType eventType, Object object)Sends the message with the givenEventType.MessageIdMessageBus. send(EventType eventType, Object object, CorrelationId correlationId)Sends the message with the givenEventType.MessageIdMessageBus. send(ProcessingContext<Object> processingContext)Sends theProcessingContexton theMessageBus. -
Uses of MessageId in de.quantummaid.eventmaid.processingcontext
Methods in de.quantummaid.eventmaid.processingcontext that return MessageId Modifier and Type Method Description MessageIdProcessingContext. getMessageId()Methods in de.quantummaid.eventmaid.processingcontext with parameters of type MessageId Modifier and Type Method Description static <T> ProcessingContext<T>ProcessingContext. processingContext(EventType eventType, MessageId messageId, CorrelationId correlationId, T payload, Object errorPayload)Factory method to create a newProcessingContext.static <T> ProcessingContext<T>ProcessingContext. processingContext(EventType eventType, MessageId messageId, CorrelationId correlationId, T payload, Object errorPayload, Map<Object,Object> contextMetaData, ChannelProcessingFrame<T> initialProcessingFrame, ChannelProcessingFrame<T> currentProcessingFrame)Factory method to create a newProcessingContext.static <T> ProcessingContext<T>ProcessingContext. processingContext(EventType eventType, MessageId messageId, T payload)Factory method to create a newProcessingContext. -
Uses of MessageId in de.quantummaid.eventmaid.serializedmessagebus
Methods in de.quantummaid.eventmaid.serializedmessagebus that return MessageId Modifier and Type Method Description MessageIdSerializedMessageBus. send(EventType eventType, Object data)Sends the given data in form of aMapon theMessageBuswith theEventType.MessageIdSerializedMessageBus. send(EventType eventType, Object data, CorrelationId correlationId)Sends the given data in form of aMapon theMessageBuswith theEventTypeandCorrelationIdset.MessageIdSerializedMessageBus. send(EventType eventType, Object data, Object errorData)Sends the given data and error data both in form of aMapon theMessageBuswith theEventType.MessageIdSerializedMessageBus. send(EventType eventType, Object data, Object errorData, CorrelationId correlationId)Sends the given data and error data both in form of aMapon theMessageBuswith theEventTypeandCorrelationId.MessageIdSerializedMessageBusImpl. send(EventType eventType, Object data)MessageIdSerializedMessageBusImpl. send(EventType eventType, Object data, CorrelationId correlationId)MessageIdSerializedMessageBusImpl. send(EventType eventType, Object data, Object errorData)MessageIdSerializedMessageBusImpl. send(EventType eventType, Object data, Object errorData, CorrelationId correlationId)MessageIdSerializedMessageBus. serializeAndSend(EventType eventType, Object data)MessageIdSerializedMessageBus. serializeAndSend(EventType eventType, Object data, CorrelationId correlationId)Serializes the data to aMapand then sends it with theEventTypeandCorrelationIdon theMessageBus.MessageIdSerializedMessageBus. serializeAndSend(EventType eventType, Object data, Object errorData)Serializes the data and error data to aMapand then sends both with theEventTypeon theMessageBus.MessageIdSerializedMessageBus. serializeAndSend(EventType eventType, Object data, Object errorData, CorrelationId correlationId)Serializes the data and error data to aMapand then sends both with theEventTypeandCorrelationIdon theMessageBus.MessageIdSerializedMessageBusImpl. serializeAndSend(EventType eventType, Object data)MessageIdSerializedMessageBusImpl. serializeAndSend(EventType eventType, Object data, CorrelationId correlationId)MessageIdSerializedMessageBusImpl. serializeAndSend(EventType eventType, Object data, Object errorData)MessageIdSerializedMessageBusImpl. serializeAndSend(EventType eventType, Object data, Object errorData, CorrelationId correlationId)
-