@FunctionalInterface public interface MessageFilterFactory
MessageFilter instances.
Filters created by the same factory instance are expected to have identical
functionality and be able to operate concurrently without interfering with one another.| Modifier and Type | Method and Description |
|---|---|
MessageFilter |
get()
Returns an instance of MessageFilter.
|
default String |
getDescription()
Returns the description of the filters created by this factory.
|
default String |
getName()
Returns the name of the filters created by this factory.
|
default String getName()
default String getDescription()
MessageFilter get()
Copyright © 2017 LSST. All rights reserved.