@FunctionalInterface public interface MessageMapperExtension
| Modifier and Type | Method and Description |
|---|---|
MessageMapper |
apply(org.eclipse.ditto.model.connectivity.ConnectionId connectionId,
MessageMapper mapper,
akka.actor.ExtendedActorSystem actorSystem)
Instantiates a message mapper.
|
@Nullable MessageMapper apply(org.eclipse.ditto.model.connectivity.ConnectionId connectionId, MessageMapper mapper, akka.actor.ExtendedActorSystem actorSystem)
connectionId - ID of the connection.mapper - the mapper that can be extended or wrapped.actorSystem - actor system in which the message mapper is created.null otherwise.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.