Whether this service call should automatically define an ACL for the router to route external calls to it.
Whether this service call should automatically define an ACL for the router to route external calls to it.
Some value if this service call explicitly decides that it should have an auto ACL defined for it, otherwise empty.
The id of the call.
The id of the call.
Used for routing purposes, may be a name, or could be a REST method and path pattern.
The configured circuit breaker.
The configured circuit breaker.
Some value if this service call wants to override the circuit breaker configured for its service, otherwise empty.
The request message serializer.
The response message serializer.
A holder for the service call.
A holder for the service call.
This holds a reference to the service call, in an implementation specific way.
Return a copy of this call with autoAcl configured.
Return a copy of this call with autoAcl configured.
This will override auto ACL setting configured on the service descriptor.
Return a copy of this call with the given circuit breaker configured.
Return a copy of this call with the given circuit breaker configured.
This will override the circuit breaker configured on the service descriptor.
Return a copy of this call with the given request serializer configured.
Return a copy of this call with the given request serializer configured.
Return a copy of this call with the given service call holder configured.
Describes a service call.