Uses of Interface
com.evolveum.midpoint.notifications.api.transports.Transport
-
Packages that use Transport Package Description com.evolveum.midpoint.notifications.api.transports -
-
Uses of Transport in com.evolveum.midpoint.notifications.api.transports
Methods in com.evolveum.midpoint.notifications.api.transports that return Transport Modifier and Type Method Description Transport<?>TransportService. getTransport(String name)Returns transport with the specified name or throws if no such transport exists.Methods in com.evolveum.midpoint.notifications.api.transports with parameters of type Transport Modifier and Type Method Description voidTransportService. registerTransport(@NotNull Transport<?> transport)
-