Interface Streams
- All Known Implementing Classes:
StreamsImpl
public interface Streams
Client interface for managing Equinix Fabric event streams. Streams provide real-time
event delivery for monitoring changes to Fabric resources.
-
Method Details
-
list
PaginatedList<Stream> list()Lists all streams accessible to the current account.- Returns:
- a paginated list of streams
-
getByUuid
-
define
StreamOperator.StreamBuilder define()Begins the fluent builder for creating a new stream. Call methods on the returned builder to configure the stream, then callcreate().- Returns:
- a builder for configuring the new stream
-