Class AbstractReceptionCallback<T>
java.lang.Object
de.iip_ecosphere.platform.transport.connectors.AbstractReceptionCallback<T>
- Type Parameters:
T- the type of the data for the callback
- All Implemented Interfaces:
ReceptionCallback<T>
An abstract reception callback.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractReceptionCallback(Class<T> type) Creates the callback instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.transport.connectors.ReceptionCallback
received
-
Field Details
-
type
-
-
Constructor Details
-
AbstractReceptionCallback
Creates the callback instance.- Parameters:
type- the type of the data
-
-
Method Details
-
getType
Description copied from interface:ReceptionCallbackReturns the type of the data.- Specified by:
getTypein interfaceReceptionCallback<T>- Returns:
- the class representing the type of the data
-