Open Kilda Java Documentation
LcmEvent.java
Go to the documentation of this file.
1 package org.openkilda.wfm.topology.utils;
2 
3 public enum LcmEvent {
4  SYNC_REQUEST
5 }