| Package | Description |
|---|---|
| org.axonframework.deadline | |
| org.axonframework.deadline.quartz |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDeadlineMessage<T>
Generic implementation of the
DeadlineMessage. |
| Modifier and Type | Method and Description |
|---|---|
DeadlineMessage<T> |
DeadlineMessage.andMetaData(Map<String,?> additionalMetaData)
Returns a copy of this DeadlineMessage with its MetaData merged with given
additionalMetaData. |
static <T> DeadlineMessage<T> |
GenericDeadlineMessage.asDeadlineMessage(String deadlineName,
Object messageOrPayload)
Deprecated.
Use
GenericDeadlineMessage.asDeadlineMessage(String, Object, Instant) instead, as it sets the timestamp of the
deadline, rather than the current time |
static <T> DeadlineMessage<T> |
GenericDeadlineMessage.asDeadlineMessage(String deadlineName,
Object messageOrPayload,
Instant expiryTime)
Returns the given
deadlineName and messageOrPayload as a DeadlineMessage which expires at the
given expiryTime. |
protected <T> DeadlineMessage<T> |
AbstractDeadlineManager.processDispatchInterceptors(DeadlineMessage<T> message)
Applies registered
MessageDispatchInterceptors to the given message. |
DeadlineMessage<T> |
DeadlineMessage.withMetaData(Map<String,?> metaData)
Returns a copy of this DeadlineMessage with the given
metaData. |
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageDispatchInterceptor<? super DeadlineMessage<?>>> |
AbstractDeadlineManager.dispatchInterceptors()
Provides a list of registered dispatch interceptors.
|
protected List<MessageHandlerInterceptor<? super DeadlineMessage<?>>> |
AbstractDeadlineManager.handlerInterceptors()
Provides a list of registered handler interceptors.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> DeadlineMessage<T> |
AbstractDeadlineManager.processDispatchInterceptors(DeadlineMessage<T> message)
Applies registered
MessageDispatchInterceptors to the given message. |
| Modifier and Type | Method and Description |
|---|---|
Registration |
AbstractDeadlineManager.registerDispatchInterceptor(MessageDispatchInterceptor<? super DeadlineMessage<?>> dispatchInterceptor) |
Registration |
AbstractDeadlineManager.registerHandlerInterceptor(MessageHandlerInterceptor<? super DeadlineMessage<?>> handlerInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
static DeadlineMessage |
DeadlineJob.DeadlineJobDataBinder.deadlineMessage(Serializer serializer,
org.quartz.JobDataMap jobDataMap)
Extracts a
DeadlineMessage from provided jobDataMap. |
| Modifier and Type | Method and Description |
|---|---|
static org.quartz.JobDataMap |
DeadlineJob.DeadlineJobDataBinder.toJobData(Serializer serializer,
DeadlineMessage deadlineMessage,
ScopeDescriptor deadlineScope)
Serializes the provided
deadlineMessage and deadlineScope and puts them in a JobDataMap. |
Copyright © 2010–2022. All rights reserved.