Package | Description |
---|---|
org.adroitlogic.x.base.trp |
This package contains the base classes of the transport framework of Project-X, while the transport framework is
fully transparent from the day today use and the process of building integration flows based on Project-X one might
want to traverse these classes in-order to write his own custom transport.
|
Modifier and Type | Field and Description |
---|---|
Map<T,SendNotification> |
SendCallback.notificationMap
The notification map which holds the SendNotifications over the key computed using
SendCallback.computeKey(XMessageContext) using the message properties |
Modifier and Type | Method and Description |
---|---|
SendNotification |
SendCallback.register(XMessageContext messageContext,
long timeout)
Registers the given message for send completion.
|
(package private) SendNotification |
SendCallback.unregister(XMessageContext message)
This method is supposed to be only used by the
close() method and hence package local
access modifier is used for this method. |
Copyright © 2016–2019 AdroitLogic. All rights reserved.