Uses of Class
org.swisspush.gateleen.core.event.EventBusWriter.TransmissionMode
-
Packages that use EventBusWriter.TransmissionMode Package Description org.swisspush.gateleen.core.event -
-
Uses of EventBusWriter.TransmissionMode in org.swisspush.gateleen.core.event
Methods in org.swisspush.gateleen.core.event that return EventBusWriter.TransmissionMode Modifier and Type Method Description static EventBusWriter.TransmissionModeEventBusWriter.TransmissionMode. fromString(String mode)static EventBusWriter.TransmissionModeEventBusWriter.TransmissionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EventBusWriter.TransmissionMode[]EventBusWriter.TransmissionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.swisspush.gateleen.core.event with parameters of type EventBusWriter.TransmissionMode Constructor Description EventBusWriter(io.vertx.core.eventbus.EventBus eventBus, String address, io.vertx.core.MultiMap deliveryOptionsHeaders, EventBusWriter.TransmissionMode transmissionMode)
-