Uses of Class
com.liveperson.faas.client.FaaSEvent
-
Packages that use FaaSEvent Package Description com.liveperson.faas.client -
-
Uses of FaaSEvent in com.liveperson.faas.client
Methods in com.liveperson.faas.client that return FaaSEvent Modifier and Type Method Description static FaaSEventFaaSEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static FaaSEvent[]FaaSEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.liveperson.faas.client with parameters of type FaaSEvent Modifier and Type Method Description voidFaaSClient. invokeByEvent(String externalSystem, FaaSEvent event, FaaSInvocation data, OptionalParams optionalParams)Invoking a lambda per brand via the RESTful api by event ID but does not return response of invocation<T> TFaaSClient. invokeByEvent(String externalSystem, FaaSEvent event, FaaSInvocation data, Class<T> responseType, OptionalParams optionalParams)Invoking a lambda per brand via the RESTful api by event IDvoidFaaSWebClient. invokeByEvent(String externalSystem, FaaSEvent event, FaaSInvocation data, OptionalParams optionalParams)<T> TFaaSWebClient. invokeByEvent(String externalSystem, FaaSEvent event, FaaSInvocation data, Class<T> responseType, OptionalParams optionalParams)booleanFaaSClient. isImplemented(String externalSystem, FaaSEvent event, OptionalParams optionalParams)Checking if lambda implementation exist for a given eventbooleanFaaSWebClient. isImplemented(String externalSystem, FaaSEvent event, OptionalParams optionalParams)
-