Uses of Class
io.grpc.StatusOr
Packages that use StatusOr
-
Uses of StatusOr in io.grpc
Modifier and TypeMethodDescriptionstatic <T> StatusOr
<T> StatusOr.fromStatus
(Status status) Construct from a non-Ok status.static <T> StatusOr
<T> StatusOr.fromValue
(T value) Construct from a value.NameResolver.ResolutionResult.getAddressesOrError()
Gets the addresses resolved by name resolution or the error in doing so.Modifier and TypeMethodDescriptionNameResolver.ResolutionResult.Builder.setAddressesOrError
(StatusOr<List<EquivalentAddressGroup>> addresses) Sets the addresses resolved by name resolution or the error in doing so.