Class AbstractTransportConnectorTest.Callback

java.lang.Object
de.iip_ecosphere.platform.transport.connectors.AbstractReceptionCallback<Product>
test.de.iip_ecosphere.platform.transport.AbstractTransportConnectorTest.Callback
All Implemented Interfaces:
de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<Product>
Enclosing class:
AbstractTransportConnectorTest

static class AbstractTransportConnectorTest.Callback extends de.iip_ecosphere.platform.transport.connectors.AbstractReceptionCallback<Product>
Implements a simple reception callback.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Product
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates the callback instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class de.iip_ecosphere.platform.transport.connectors.AbstractReceptionCallback

    getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Callback

      protected Callback()
      Creates the callback instance.
  • Method Details

    • received

      public void received(Product data)