Skip navigation links
A B C D E G H I M O P R S U 

A

afterRequest(MicroserviceRestTemplate, HttpEntity<Object>, ResponseEntity<byte[]>, Class, Class[]) - Method in interface com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceRequestInterceptor
 

B

beforeCreateHttpEntity(MicroserviceRestTemplate, Class, Class[], HttpHeaders) - Method in interface com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceRequestInterceptor
 
beforeProcessRequest(MicroserviceRestTemplate, HttpHeaders) - Method in interface com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceRequestInterceptor
 
beforeProcessRequest(MicroserviceRestTemplate, HttpHeaders) - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
beforeRequest(MicroserviceRestTemplate, HttpEntity<Object>, Class, Class[]) - Method in interface com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceRequestInterceptor
 
body - Static variable in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 

C

CannotResolveHostException - Exception in com.biqasoft.microservice.communicator.exceptions
Created by Nikita Bakaev, [email protected] on 5/12/2016.
CannotResolveHostException() - Constructor for exception com.biqasoft.microservice.communicator.exceptions.CannotResolveHostException
 
CannotResolveHostException(String) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.CannotResolveHostException
 
CannotResolveHostException(String, Throwable) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.CannotResolveHostException
 
CannotResolveHostException(Throwable) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.CannotResolveHostException
 
CannotResolveHostException(String, Throwable, boolean, boolean) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.CannotResolveHostException
 
ClassPathScanningCandidateComponentMicroserviceInterfaceProvider - Class in com.biqasoft.microservice.communicator.interfaceimpl
Find all interfaces that extends Microservice in requested basePackage
ClassPathScanningCandidateComponentMicroserviceInterfaceProvider() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.ClassPathScanningCandidateComponentMicroserviceInterfaceProvider
 
com.biqasoft.microservice.communicator - package com.biqasoft.microservice.communicator
 
com.biqasoft.microservice.communicator.exceptions - package com.biqasoft.microservice.communicator.exceptions
 
com.biqasoft.microservice.communicator.http - package com.biqasoft.microservice.communicator.http
 
com.biqasoft.microservice.communicator.interfaceimpl - package com.biqasoft.microservice.communicator.interfaceimpl
 
com.biqasoft.microservice.communicator.interfaceimpl.annotation - package com.biqasoft.microservice.communicator.interfaceimpl.annotation
 
com.biqasoft.microservice.communicator.servicediscovery - package com.biqasoft.microservice.communicator.servicediscovery
 
create(Class<?>) - Static method in class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImpFactory
Create microservice implementation

D

DEFAULT_INTERFACE_PROXY_METHOD - Static variable in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 

E

EnableMicroserviceCommunicator - Annotation Type in com.biqasoft.microservice.communicator.interfaceimpl.annotation

G

getClientHttpRequest() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getClientHttpResponse() - Method in exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
getLastURI() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getLoadBalancedURIByMicroservice(String, String) - Method in class com.biqasoft.microservice.communicator.servicediscovery.MicroserviceHelper
 
getLoadBalancedURIByMicroservice(String, String, Integer, Boolean) - Method in class com.biqasoft.microservice.communicator.servicediscovery.MicroserviceHelper
 
getMethod() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getMicroserviceHelper() - Static method in class com.biqasoft.microservice.communicator.http.SpringInjectorHelper
 
getMicroserviceHelper() - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
getMicroserviceName() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getMicroserviceRequestInterceptors() - Method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
getObjectMapper() - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
getPathToApiResource() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getRequestCallback() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getResponseExtractor() - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
getRestTemplate(Boolean, int, int, String, String, HttpMethod) - Static method in class com.biqasoft.microservice.communicator.http.HttpClientsHelpers
 
getRestTemplate() - Static method in class com.biqasoft.microservice.communicator.http.HttpClientsHelpers
 

H

handleError(ClientHttpResponse) - Method in class com.biqasoft.microservice.communicator.http.ResponseErrorHandler
 
HttpClientsHelpers - Class in com.biqasoft.microservice.communicator.http
Created by Nikita Bakaev, [email protected] on 5/24/2016.
HttpClientsHelpers() - Constructor for class com.biqasoft.microservice.communicator.http.HttpClientsHelpers
 
httpHeadersThreadLocal - Static variable in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 

I

INTERFACE_IMPLEMENTED - Static variable in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
InternalSeverErrorProcessingRequestException - Exception in com.biqasoft.microservice.communicator.exceptions
 
InternalSeverErrorProcessingRequestException(String) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InternalSeverErrorProcessingRequestException
 
InvalidRequestException - Exception in com.biqasoft.microservice.communicator.exceptions
This is exception to just quick response user in API that request is invalid.
InvalidRequestException() - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
InvalidRequestException(ClientHttpResponse) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
InvalidRequestException(String, Throwable, boolean, boolean) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
InvalidStateException - Exception in com.biqasoft.microservice.communicator.exceptions
 
InvalidStateException() - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidStateException
 
InvalidStateException(String) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidStateException
 
InvalidStateException(String, Throwable) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidStateException
 
InvalidStateException(Throwable) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidStateException
 
InvalidStateException(String, Throwable, boolean, boolean) - Constructor for exception com.biqasoft.microservice.communicator.exceptions.InvalidStateException
 
isCandidateComponent(AnnotatedBeanDefinition) - Method in class com.biqasoft.microservice.communicator.interfaceimpl.ClassPathScanningCandidateComponentMicroserviceInterfaceProvider
Search for interface
isReturnNullOnEmptyResponseBody() - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 

M

makeRequestToMicroservice(Object, Class, MicroserviceRestTemplate, Class[], Map<String, Object>, HttpHeaders) - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImplBeanDefinition
 
METHOD_PARAMS - Static variable in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
MicroMapping - Annotation Type in com.biqasoft.microservice.communicator.interfaceimpl.annotation
Add to annotation to interface method
MicroPathVar - Annotation Type in com.biqasoft.microservice.communicator.interfaceimpl.annotation
Add to annotation to interface
MicroPayloadVar - Annotation Type in com.biqasoft.microservice.communicator.interfaceimpl.annotation
Add to annotation to interface
Microservice - Annotation Type in com.biqasoft.microservice.communicator.interfaceimpl.annotation
Add annotation to interface
MicroserviceCachedParsedAnnotationInterface - Class in com.biqasoft.microservice.communicator.interfaceimpl
 
MicroserviceCachedParsedAnnotationInterface() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceCachedParsedAnnotationInterface
 
MicroserviceHelper - Class in com.biqasoft.microservice.communicator.servicediscovery
Created by Nikita Bakaev, [email protected] on 5/12/2016.
MicroserviceHelper() - Constructor for class com.biqasoft.microservice.communicator.servicediscovery.MicroserviceHelper
 
MicroserviceInterfaceImpFactory - Class in com.biqasoft.microservice.communicator.interfaceimpl
Implement REST methods logic interface Microservice microservice requests
MicroserviceInterfaceImpFactory() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImpFactory
 
MicroserviceInterfaceImplBeanDefinition - Class in com.biqasoft.microservice.communicator.interfaceimpl
 
MicroserviceInterfaceImplBeanDefinition() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImplBeanDefinition
 
MicroserviceRequestInterceptor - Interface in com.biqasoft.microservice.communicator.interfaceimpl
Implement spring bean to intercept all microservice requests
MicroserviceRequestMaker - Class in com.biqasoft.microservice.communicator
Created by Nikita on 21.08.2016.
MicroserviceRequestMaker() - Constructor for class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
MicroserviceRestTemplate - Class in com.biqasoft.microservice.communicator.http
This is template which retry request on error Create this object per every request.
MicroserviceRestTemplate(String, String, HttpMethod) - Constructor for class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
MicroserviceRestTemplate(Boolean, int, int, String, String, HttpMethod) - Constructor for class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
RestTemplate that tried to reconnect or error

O

onBeforeReturnResult(Object, Object, Object, Class, MicroserviceRestTemplate, Class[], Map<String, Object>) - Method in interface com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceRequestInterceptor
Executed when we parse, deserialize response from server, executed after MicroserviceRequestInterceptor#afterRequest method
onBeforeReturnResultProcessor(Object, Object, Class, MicroserviceRestTemplate, Class[], Map<String, Object>) - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
Allow modify request before return from interface

P

postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImplBeanDefinition
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.biqasoft.microservice.communicator.interfaceimpl.MicroserviceInterfaceImplBeanDefinition
 

R

ResponseErrorHandler - Class in com.biqasoft.microservice.communicator.http
 
ResponseErrorHandler() - Constructor for class com.biqasoft.microservice.communicator.http.ResponseErrorHandler
 

S

setClientHttpRequest(ClientHttpRequest) - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
setClientHttpResponse(ClientHttpResponse) - Method in exception com.biqasoft.microservice.communicator.exceptions.InvalidRequestException
 
setMicroserviceHelper(MicroserviceHelper) - Method in class com.biqasoft.microservice.communicator.http.SpringInjectorHelper
 
setMicroserviceHelper(MicroserviceHelper) - Method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
setMicroserviceRequestInterceptors(List<MicroserviceRequestInterceptor>) - Method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
setRequestCallback(RequestCallback) - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
setResponseExtractor(ResponseExtractor) - Method in class com.biqasoft.microservice.communicator.http.MicroserviceRestTemplate
 
setReturnNullOnEmptyResponseBody(boolean) - Static method in class com.biqasoft.microservice.communicator.MicroserviceRequestMaker
 
SpecialLanguageNotation - Class in com.biqasoft.microservice.communicator.interfaceimpl
 
SpecialLanguageNotation() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.SpecialLanguageNotation
 
SpringInjectorHelper - Class in com.biqasoft.microservice.communicator.http
Class to store Spring context bean
SpringInjectorHelper() - Constructor for class com.biqasoft.microservice.communicator.http.SpringInjectorHelper
 

U

UserMicroserviceRequestSuperService - Class in com.biqasoft.microservice.communicator.interfaceimpl
Superclass for microservice clients interfaces
UserMicroserviceRequestSuperService() - Constructor for class com.biqasoft.microservice.communicator.interfaceimpl.UserMicroserviceRequestSuperService
 
A B C D E G H I M O P R S U 
Skip navigation links

Copyright © 2016. All rights reserved.