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>

public abstract class AbstractReceptionCallback<T> extends Object implements ReceptionCallback<T>
An abstract reception callback.
Author:
Holger Eichelberger, SSE
  • Field Details

    • type

      private Class<T> type
  • Constructor Details

    • AbstractReceptionCallback

      protected AbstractReceptionCallback(Class<T> type)
      Creates the callback instance.
      Parameters:
      type - the type of the data
  • Method Details