Interface Enabler
- All Known Implementing Classes:
OutputConsumerInstrument,TypeProfileInstrument
public interface Enabler
Chrome inspector instruments expose an implementation of this interface as a service. This
service can be used to explicitly enable and disable the instrument, as we do not have
PolyglotRuntime.Instrument.
-
Method Summary
-
Method Details
-
enable
void enable() -
disable
void disable()
-