Class InformationExchangeRepoAsyncImpl
java.lang.Object
open.source.exchange.repository.asynchronous.InformationExchangeRepoAsyncImpl
- All Implemented Interfaces:
InformationExchangeRepoAsyncCustom
@Component public class InformationExchangeRepoAsyncImpl extends Object implements InformationExchangeRepoAsyncCustom
-
Constructor Summary
Constructors Constructor Description InformationExchangeRepoAsyncImpl() -
Method Summary
Modifier and Type Method Description <T> reactor.core.publisher.Mono<Boolean>updateAttribute(String identifier, String attributeName, T attributeValue)
-
Constructor Details
-
InformationExchangeRepoAsyncImpl
public InformationExchangeRepoAsyncImpl()
-
-
Method Details
-
updateAttribute
public <T> reactor.core.publisher.Mono<Boolean> updateAttribute(String identifier, String attributeName, T attributeValue)- Specified by:
updateAttributein interfaceInformationExchangeRepoAsyncCustom
-