Uses of Class
com.liveperson.faas.dto.FaaSInvocation
-
Packages that use FaaSInvocation Package Description com.liveperson.faas.client -
-
Uses of FaaSInvocation in com.liveperson.faas.client
Methods in com.liveperson.faas.client with parameters of type FaaSInvocation 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 IDvoidFaaSClient. invokeByEvent(String externalSystem, String 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, String 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)voidFaaSWebClient. invokeByEvent(String externalSystem, String event, FaaSInvocation data, OptionalParams optionalParams)<T> TFaaSWebClient. invokeByEvent(String externalSystem, String event, FaaSInvocation data, Class<T> responseType, OptionalParams optionalParams)voidFaaSClient. invokeByUUID(String externalSystem, String lambdaUUID, FaaSInvocation data, OptionalParams optionalParams)Invoking a lambda per brand via the RESTful api by lambda UUID but does not return response of invocation<T> TFaaSClient. invokeByUUID(String externalSystem, String lambdaUUID, FaaSInvocation data, Class<T> responseType, OptionalParams optionalParams)Invoking a lambda per brand via the RESTful api by lambda UUIDvoidFaaSWebClient. invokeByUUID(String externalSystem, String lambdaUUID, FaaSInvocation data, OptionalParams optionalParams)<T> TFaaSWebClient. invokeByUUID(String externalSystem, String lambdaUUID, FaaSInvocation data, Class<T> responseType, OptionalParams optionalParams)
-