Uses of Class
org.axonframework.eventhandling.deadletter.DeadLetteringEventHandlerInvoker.Builder
Packages that use DeadLetteringEventHandlerInvoker.Builder
-
Uses of DeadLetteringEventHandlerInvoker.Builder in org.axonframework.eventhandling.deadletter
Methods in org.axonframework.eventhandling.deadletter that return DeadLetteringEventHandlerInvoker.BuilderModifier and TypeMethodDescriptionDeadLetteringEventHandlerInvoker.Builder.allowReset(boolean allowReset) Sets whether thisDeadLetteringEventHandlerInvokersupports resets of the providedSequencedDeadLetterQueue.DeadLetteringEventHandlerInvoker.builder()Instantiate a builder to construct aDeadLetteringEventHandlerInvoker.DeadLetteringEventHandlerInvoker.Builder.enableSequenceIdentifierCache()Enabled thisDeadLetteringEventHandlerInvokerto cache sequence identifiers.DeadLetteringEventHandlerInvoker.Builder.enqueuePolicy(EnqueuePolicy<EventMessage<?>> enqueuePolicy) Sets theEnqueuePolicythisEventHandlerInvokeruses to decide whether adead lettershould be added to theSequencedDeadLetterQueue.DeadLetteringEventHandlerInvoker.Builder.queue(SequencedDeadLetterQueue<EventMessage<?>> queue) Sets theSequencedDeadLetterQueuethisEventHandlerInvokermaintains dead letters with.DeadLetteringEventHandlerInvoker.Builder.sequenceIdentifierCacheSize(int sequenceIdentifierCacheSize) Sets the size of the cache.DeadLetteringEventHandlerInvoker.Builder.transactionManager(TransactionManager transactionManager) Sets theTransactionManagerused by this invoker for all operations involving the configuredSequencedDeadLetterQueue.Constructors in org.axonframework.eventhandling.deadletter with parameters of type DeadLetteringEventHandlerInvoker.BuilderModifierConstructorDescriptionprotectedInstantiate a dead-letteringEventHandlerInvokerbased on the givenbuilder.