Be explicit in requiring that each ATM config set its endpoint type.

This commit is contained in:
tiferet
2022-11-16 11:55:23 -08:00
parent 0fd013f9fd
commit c2035e85d2

View File

@@ -104,7 +104,7 @@ abstract class AtmConfig extends string {
* Get an endpoint type for the sinks of this query. A query may have multiple applicable
* endpoint types for its sinks.
*/
EndpointType getASinkEndpointType() { none() }
abstract EndpointType getASinkEndpointType();
/**
* EXPERIMENTAL. This API may change in the future.