Interface MessageBrokerMapper


  • public interface MessageBrokerMapper
    Defines the interface of a message broker specification mapper.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.smartgridready.driver.api.messaging.model.MessageBroker mapToDriverApi​(com.smartgridready.ns.v0.MessageBrokerListElement messageBroker)
      Maps the message broker specification to its driver equivalent.
    • Method Detail

      • mapToDriverApi

        com.smartgridready.driver.api.messaging.model.MessageBroker mapToDriverApi​(com.smartgridready.ns.v0.MessageBrokerListElement messageBroker)
        Maps the message broker specification to its driver equivalent.
        Parameters:
        messageBroker - the message broker specification
        Returns:
        the driver specification