Uses of Record Class
ch.rswk.meta.engine.GatewayService.DeliveryReply
Packages that use GatewayService.DeliveryReply
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of GatewayService.DeliveryReply in ch.rswk.meta.engine
Methods in ch.rswk.meta.engine that return types with arguments of type GatewayService.DeliveryReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GatewayService.DeliveryReply> GatewayService.sendEmail(GatewayService.EmailRequest request) com.google.common.util.concurrent.ListenableFuture<GatewayService.DeliveryReply> GatewayService.sendEmail(@Nullable String emailReplyTo, String emailSender, GatewayService.EmailRequest request) com.google.common.util.concurrent.ListenableFuture<GatewayService.DeliveryReply> GatewayService.sendSms(GatewayService.SmsRequest request) -
Uses of GatewayService.DeliveryReply in ch.rswk.meta.engine.test
Methods in ch.rswk.meta.engine.test that return types with arguments of type GatewayService.DeliveryReplyModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GatewayService.DeliveryReply> GatewayMockService.sendEmail(@Nullable String emailReplyTo, String emailSender, GatewayService.EmailRequest request) com.google.common.util.concurrent.ListenableFuture<GatewayService.DeliveryReply> GatewayMockService.sendSms(GatewayService.SmsRequest request)