Interface AnyIdReactive<T>

Type Parameters:
T - - the entity class
All Known Subinterfaces:
ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T>, ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T>, ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T>, ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T>

public interface AnyIdReactive<T>
A common interface for those that support one(T), all(Collection<T%gt;)
Author:
Michael Reiche
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<T>
    any(String id)
     
    reactor.core.publisher.Flux<? extends T>
     
  • Method Details

    • any

      reactor.core.publisher.Mono<T> any(String id)
    • any

      reactor.core.publisher.Flux<? extends T> any(Collection<String> ids)