Class FilteredPublisher<T>
- java.lang.Object
-
- org.apache.aries.jax.rs.whiteboard.internal.FilteredPublisher<T>
-
- All Implemented Interfaces:
AutoCloseable
public class FilteredPublisher<T> extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description FilteredPublisher(org.apache.aries.component.dsl.Publisher<? super T> publisher, org.osgi.framework.Filter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
publishIfMatched(T t, Map<String,?> properties)
void
retract(T t)
-
-
-
Constructor Detail
-
FilteredPublisher
public FilteredPublisher(org.apache.aries.component.dsl.Publisher<? super T> publisher, org.osgi.framework.Filter filter)
-
-