Interface InformationExchangeRepoAsyncCustom

All Known Subinterfaces:
InformationExchangeRepoAsync
All Known Implementing Classes:
InformationExchangeRepoAsyncImpl

public interface InformationExchangeRepoAsyncCustom
  • Method Summary

    Modifier and Type Method Description
    <T> reactor.core.publisher.Mono<Boolean> updateAttribute​(String identifier, String attributeName, T attributeValue)  
  • Method Details

    • updateAttribute

      <T> reactor.core.publisher.Mono<Boolean> updateAttribute​(String identifier, String attributeName, T attributeValue)