All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpcstarter.server.feature.exceptionhandling.package-info Maven / Gradle / Ivy

/**
 * This package contains classes for exception handling.
 *
 * 

Exception handling provides the following means: *

    *
  • implement {@link grpcstarter.server.feature.exceptionhandling.GrpcExceptionResolver}
  • *
  • {@code @GrpcAdvice} class with {@code GrpcExceptionHandler} annotated methods
  • *
*/ package grpcstarter.server.feature.exceptionhandling;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy