T - the type of datapublic interface ReceptionCallback<T>
TransportConnector.| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type of the data.
|
void |
received(T data)
Notifies about the reception of a data value.
|
Copyright © 2022. All rights reserved.