Uses of Class
io.zeebe.engine.state.message.MessageSubscription
-
Packages that use MessageSubscription Package Description io.zeebe.engine.processing.message io.zeebe.engine.state.message -
-
Uses of MessageSubscription in io.zeebe.engine.processing.message
Methods in io.zeebe.engine.processing.message with parameters of type MessageSubscription Modifier and Type Method Description voidSubscriptions. add(MessageSubscription subscription)voidMessageCorrelator. correlateNextMessage(MessageSubscription subscription, MessageSubscriptionRecord subscriptionRecord, Consumer<SideEffectProducer> sideEffect) -
Uses of MessageSubscription in io.zeebe.engine.state.message
Methods in io.zeebe.engine.state.message that return MessageSubscription Modifier and Type Method Description MessageSubscriptionMessageSubscriptionState. get(long elementInstanceKey, org.agrona.DirectBuffer messageName)Methods in io.zeebe.engine.state.message with parameters of type MessageSubscription Modifier and Type Method Description voidMessageSubscriptionState. put(MessageSubscription subscription)voidMessageSubscriptionState. remove(MessageSubscription subscription)voidMessageSubscriptionState. resetSentTime(MessageSubscription subscription)voidMessageSubscriptionState. updateSentTime(MessageSubscription subscription, long sentTime)voidMessageSubscriptionState. updateSentTimeInTransaction(MessageSubscription subscription, long sentTime)voidMessageSubscriptionState. updateToCorrelatingState(MessageSubscription subscription, org.agrona.DirectBuffer messageVariables, long sentTime, long messageKey)booleanMessageSubscriptionState.MessageSubscriptionVisitor. visit(MessageSubscription subscription)
-