Class MultiSubscriber

java.lang.Object
edu.wpi.first.networktables.MultiSubscriber
All Implemented Interfaces:
AutoCloseable

public final class MultiSubscriber
extends Object
implements AutoCloseable
Subscribe to multiple topics based on one or more topic name prefixes. Can be used in combination with ValueListenerPoller to listen for value changes across all matching topics.