Uses of Interface
io.dialob.client.api.DialobErrorHandler
-
Packages that use DialobErrorHandler Package Description io.dialob.client.api io.dialob.client.spi -
-
Uses of DialobErrorHandler in io.dialob.client.api
Methods in io.dialob.client.api that return DialobErrorHandler Modifier and Type Method Description DialobErrorHandlerDialobClientConfig. getErrorHandler()DialobErrorHandlerImmutableDialobClientConfig. getErrorHandler()Methods in io.dialob.client.api with parameters of type DialobErrorHandler Modifier and Type Method Description ImmutableDialobClientConfig.BuilderImmutableDialobClientConfig.Builder. errorHandler(DialobErrorHandler errorHandler)Initializes the value for theerrorHandlerattribute.ImmutableDialobClientConfigImmutableDialobClientConfig. withErrorHandler(DialobErrorHandler value)Copy the current immutable object by setting a value for theerrorHandlerattribute. -
Uses of DialobErrorHandler in io.dialob.client.spi
Classes in io.dialob.client.spi that implement DialobErrorHandler Modifier and Type Class Description classDialobErrorHandlerImpl
-