Class QueueAppEngineRoutingOverride


  • public final class QueueAppEngineRoutingOverride
    extends java.lang.Object
    • Method Detail

      • host

        public java.util.Optional<java.lang.String> host()
        Returns:
        (Output) The host that the task is sent to.
      • instance

        public java.util.Optional<java.lang.String> instance()
        Returns:
        App instance. By default, the task is sent to an instance which is available when the task is attempted.
      • service

        public java.util.Optional<java.lang.String> service()
        Returns:
        App service. By default, the task is sent to the service which is the default service when the task is attempted.
      • version

        public java.util.Optional<java.lang.String> version()
        Returns:
        App version. By default, the task is sent to the version which is the default version when the task is attempted.