accepts

open override fun accepts(event: TrackEvent): Boolean

Decide whether this adapter wants the given event.

Adapters should check event.destinations: if it is non-null and does not contain id, return false. Additional filtering (by event name, build type, etc.) is also permitted.