Interface | Description |
---|---|
DeadlineManager |
Contract for deadline managers.
|
DeadlineMessage<T> |
Represents a Message for a Deadline, specified by its deadline name and optionally containing a deadline payload.
|
Class | Description |
---|---|
AbstractDeadlineManager |
Abstract implementation of the
DeadlineManager to be implemented by concrete solutions for the
DeadlineManager. |
GenericDeadlineMessage<T> |
Generic implementation of the
DeadlineMessage . |
SimpleDeadlineManager |
Implementation of
DeadlineManager which uses Java's ScheduledExecutorService as scheduling and
triggering mechanism. |
SimpleDeadlineManager.Builder |
Builder class to instantiate a
SimpleDeadlineManager . |
Exception | Description |
---|---|
DeadlineException |
Exception which occurs during deadline message processing.
|
Copyright © 2010–2020. All rights reserved.