Search in sources :

Example 1 with PortPropertiesPayload

use of org.openkilda.messaging.payload.switches.PortPropertiesPayload in project open-kilda by telstra.

the class PortHandler method notifyPortPropertiesChanged.

@Override
public void notifyPortPropertiesChanged(PortProperties portProperties) {
    PortPropertiesPayload payload = PortMapper.INSTANCE.map(portProperties);
    emit(STREAM_NORTHBOUND_ID, getCurrentTuple(), makePortPropertiesTuple(payload));
}
Also used : PortPropertiesPayload(org.openkilda.messaging.payload.switches.PortPropertiesPayload)

Aggregations

PortPropertiesPayload (org.openkilda.messaging.payload.switches.PortPropertiesPayload)1