Interface DeadlineHandlingMember<T>

Type Parameters:
T - The type of entity to which the message handler will delegate the actual handling of the deadline
All Superinterfaces:
MessageHandlingMember<T>

public interface DeadlineHandlingMember<T> extends MessageHandlingMember<T>
Interface describing a message handler capable of handling a specific deadline.
Since:
3.3
Author:
Milan Savic