public class FilteredPublisher<T> extends Object implements AutoCloseable
Constructor and Description |
---|
FilteredPublisher(org.apache.aries.component.dsl.Publisher<? super T> publisher,
org.osgi.framework.Filter filter) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
publishIfMatched(T t,
Map<String,?> properties) |
void |
retract(T t) |
public FilteredPublisher(org.apache.aries.component.dsl.Publisher<? super T> publisher, org.osgi.framework.Filter filter)
Copyright © 2021 The Apache Software Foundation. All rights reserved.