Uses of Interface
org.axonframework.messaging.ScopeDescriptor
Packages that use ScopeDescriptor
Package
Description
Classes related to message processing in Axon Framework.
-
Uses of ScopeDescriptor in org.axonframework.commandhandling.model
Classes in org.axonframework.commandhandling.model that implement ScopeDescriptor -
Uses of ScopeDescriptor in org.axonframework.config
Methods in org.axonframework.config with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionConfigurationScopeAwareProvider.provideScopeAwareStream(ScopeDescriptor scopeDescriptor) -
Uses of ScopeDescriptor in org.axonframework.deadline
Methods in org.axonframework.deadline with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionvoidDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) Cancels all deadlines corresponding to the givendeadlineNameandscope.voidSimpleDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) DeadlineManagerSpanFactory.createCancelAllWithinScopeSpan(String deadlineName, ScopeDescriptor scopeDescriptor) Creates a span that represents the cancellation of all deadlines with a certain name within a certain scope.DefaultDeadlineManagerSpanFactory.createCancelAllWithinScopeSpan(String deadlineName, ScopeDescriptor scopeDescriptor) default StringDeadlineManager.schedule(Duration triggerDuration, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) Schedules a deadline after the giventriggerDurationwith provided context.DeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) Schedules a deadline at giventriggerDateTimewith provided context.SimpleDeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) -
Uses of ScopeDescriptor in org.axonframework.deadline.dbscheduler
Methods in org.axonframework.deadline.dbscheduler that return ScopeDescriptorModifier and TypeMethodDescriptionDbSchedulerBinaryDeadlineDetails.getDeserializedScopeDescriptor(Serializer serializer) Returns the serializedScopeDescriptorusing the suppliedSerializer.DbSchedulerHumanReadableDeadlineDetails.getDeserializedScopeDescriptor(Serializer serializer) Returns the serializedScopeDescriptorusing the suppliedSerializer.Methods in org.axonframework.deadline.dbscheduler with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionvoidDbSchedulerDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) DbSchedulerDeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) -
Uses of ScopeDescriptor in org.axonframework.deadline.jobrunr
Methods in org.axonframework.deadline.jobrunr that return ScopeDescriptorModifier and TypeMethodDescriptionDeadlineDetails.getDeserializedScopeDescriptor(Serializer serializer) Returns the serializedScopeDescriptorusing the suppliedSerializer.Methods in org.axonframework.deadline.jobrunr with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionvoidJobRunrDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) static StringLabelUtils.getCombinedLabel(Serializer serializer, String deadlineName, ScopeDescriptor scope) Creates a label from a scope and a deadlineName, by using the serializer.JobRunrDeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) -
Uses of ScopeDescriptor in org.axonframework.deadline.quartz
Methods in org.axonframework.deadline.quartz that return ScopeDescriptorModifier and TypeMethodDescriptionstatic ScopeDescriptorDeadlineJob.DeadlineJobDataBinder.deadlineScope(Serializer serializer, org.quartz.JobDataMap jobDataMap) Methods in org.axonframework.deadline.quartz with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionvoidQuartzDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) QuartzDeadlineManager.schedule(Duration triggerDuration, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) QuartzDeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object messageOrPayload, ScopeDescriptor deadlineScope) static org.quartz.JobDataMapDeadlineJob.DeadlineJobDataBinder.toJobData(Serializer serializer, DeadlineMessage deadlineMessage, ScopeDescriptor deadlineScope) Serializes the provideddeadlineMessageanddeadlineScopeand puts them in aJobDataMap. -
Uses of ScopeDescriptor in org.axonframework.eventhandling.saga
Classes in org.axonframework.eventhandling.saga that implement ScopeDescriptor -
Uses of ScopeDescriptor in org.axonframework.messaging
Classes in org.axonframework.messaging that implement ScopeDescriptorMethods in org.axonframework.messaging that return ScopeDescriptorModifier and TypeMethodDescriptionstatic ScopeDescriptorScope.describeCurrentScope()Provide a description of the currentScope.abstract ScopeDescriptorScope.describeScope()Provide a description of thisScope.Methods in org.axonframework.messaging with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionbooleanScopeAware.canResolve(ScopeDescriptor scopeDescription) Check whether this implementation can resolve aScopeobject based on the providedscopeDescription.ScopeAwareProvider.provideScopeAwareStream(ScopeDescriptor scopeDescriptor) Retrieve aStreamofScopeAwarecomponents, by performing a check whether that component is able to handle aScopedescribed by aScopeDescriptor.voidScopeAware.send(Message<?> message, ScopeDescriptor scopeDescription) -
Uses of ScopeDescriptor in org.axonframework.messaging.annotation
Methods in org.axonframework.messaging.annotation that return types with arguments of type ScopeDescriptorModifier and TypeMethodDescriptionScopeDescriptorParameterResolverFactory.createInstance(Executable executable, Parameter[] parameters, int parameterIndex) -
Uses of ScopeDescriptor in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command that implement ScopeDescriptorModifier and TypeClassDescriptionclassDescribes the scope of an Aggregate by means of its type and identifier.Methods in org.axonframework.modelling.command that return ScopeDescriptorMethods in org.axonframework.modelling.command with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionbooleanAbstractRepository.canResolve(ScopeDescriptor scopeDescription) voidAbstractRepository.send(Message<?> message, ScopeDescriptor scopeDescription) -
Uses of ScopeDescriptor in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement ScopeDescriptorModifier and TypeClassDescriptionclassDescribes the scope of a Saga by means of its type and identifier.Methods in org.axonframework.modelling.saga that return ScopeDescriptorMethods in org.axonframework.modelling.saga with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionbooleanAbstractSagaManager.canResolve(ScopeDescriptor scopeDescription) voidAbstractSagaManager.send(Message<?> message, ScopeDescriptor scopeDescription) -
Uses of ScopeDescriptor in org.axonframework.test.aggregate
Methods in org.axonframework.test.aggregate with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionprotected voidAggregateTestFixture.handleDeadline(ScopeDescriptor aggregateDescriptor, DeadlineMessage<?> deadlineMessage) Handles the givendeadlineMessagein the aggregate described by the givenaggregateDescriptor. -
Uses of ScopeDescriptor in org.axonframework.test.deadline
Methods in org.axonframework.test.deadline that return ScopeDescriptorModifier and TypeMethodDescriptionScheduledDeadlineInfo.getDeadlineScope()Retrieve a description of theScopein which the deadline is scheduled.Methods in org.axonframework.test.deadline with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionvoidStubDeadlineManager.cancelAllWithinScope(String deadlineName, ScopeDescriptor scope) voidDeadlineConsumer.consume(ScopeDescriptor deadlineScope, DeadlineMessage<?> deadlineMessage) Consumes givendeadlineMessage.StubDeadlineManager.schedule(Duration triggerDuration, String deadlineName, Object payloadOrMessage, ScopeDescriptor deadlineScope) StubDeadlineManager.schedule(Instant triggerDateTime, String deadlineName, Object payloadOrMessage, ScopeDescriptor deadlineScope) Constructors in org.axonframework.test.deadline with parameters of type ScopeDescriptorModifierConstructorDescriptionScheduledDeadlineInfo(Instant scheduleTime, String deadlineName, String scheduleId, int counter, DeadlineMessage<?> deadlineMessage, ScopeDescriptor deadlineScope) Instantiates a ScheduledDeadlineInfo. -
Uses of ScopeDescriptor in org.axonframework.test.saga
Methods in org.axonframework.test.saga with parameters of type ScopeDescriptorModifier and TypeMethodDescriptionprotected voidSagaTestFixture.handleDeadline(ScopeDescriptor sagaDescriptor, DeadlineMessage<?> deadlineMessage) Handles the givendeadlineMessagein the saga described by the givensagaDescriptor.
AggregateScopeDescriptor