org.fabric3.spi.runtime.event.TransportStop Maven / Gradle / Ivy
package org.fabric3.spi.runtime.event;
/**
* Signals transports should stop receiving requests.
*/
public class TransportStop implements Fabric3Event {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy