public class SegmentPublisherWrapper<Type> extends Object implements NonBlockingStore.SegmentedPublisher<Type>
| Modifier and Type | Method and Description |
|---|---|
int |
getSegment()
Returns the segment for all keys in the publisher.
|
void |
subscribe(org.reactivestreams.Subscriber<? super Type> s) |
static <Type> SegmentPublisherWrapper<Type> |
wrap(io.reactivex.rxjava3.flowables.GroupedFlowable<Integer,? extends Type> groupedFlowable) |
public static <Type> SegmentPublisherWrapper<Type> wrap(io.reactivex.rxjava3.flowables.GroupedFlowable<Integer,? extends Type> groupedFlowable)
public int getSegment()
NonBlockingStore.SegmentedPublishergetSegment in interface NonBlockingStore.SegmentedPublisher<Type>Copyright © 2022 JBoss by Red Hat. All rights reserved.