1 package org.lsst.ccs.bus; 2 3 /** 4 */ 5 public interface CommandBusMessage extends BusPayload{ 6 String getDestination() ; 7 String getCorrelId() ; 8 }