ingressPrivate

@Nullable
open fun ingressPrivate(): @Nullable Boolean

Return

configured ingress private.

See also


open fun ingressPrivate(@Nullable ingressPrivate: @Nullable Boolean): HandlerDefinition.Configurator

When set to true this handler cannot be invoked from the restate-server HTTP and Kafka ingress, but only from other services.

NOTE: You can set this field only if you register this service against restate-server >= 1.4, otherwise the service discovery will fail.

Return

this