See: Description
Interface | Description |
---|---|
FetchReference<T> |
This interface defines the fetch reference for scheduled transports that follow the list and then fetch the resource
that composes the message, for example a directory polling where it will first list the directory to find the files
in it and then fetches the files individually
|
Class | Description |
---|---|
AbstractScheduledTransportListener<T extends ScheduledListenerConfig,C extends ScheduledIngressConfig> |
Abstract base class for all the polling transport listeners which will be triggered based on the configured schedule.
|
ListenerAwareScheduledMessageInjector<T extends AbstractScheduledTransportListener,C extends ScheduledIngressConfig,R extends FetchReference<F>,F> |
A base class for the polling scheduled message injectors that are aware of the respective
AbstractScheduledTransportListener |
ListenerAwareTriggeredMessageInjector<C extends ScheduledIngressConfig,L extends AbstractScheduledTransportListener> | |
ScheduledJobContext |
The scheduled job context used for the contextual meta information of the scheduled job
|
ScheduledListenerConfig |
A base class for the listener configurations that are used by the polling
AbstractScheduledTransportListener |
ScheduledMessageInjector<C extends ScheduledIngressConfig,R extends FetchReference<T>,T> |
Abstract base class for scheduled message injecting.
|
SchedulerConfig |
The scheduler configurations for the scheduled transports
|
SendCallback<T> |
This class is used to get the delivery confirmation, provided that the transport supports it.
|
SendNotification |
This class implements a notification for the transport senders that are asynchronous and requires a guarantee
on the delivery of the messages to the destination
|
SimpleFetchReference |
A simple fetch reference that uses a String identifier for the fetch reference.
|
UltraPlatformTransactionManager |
This package provides base classes for Scheduled transports which simplifies the implementation of most of the polling transports listeners and senders
Copyright © 2016–2019 AdroitLogic. All rights reserved.