io.github.honoriuss.blossom.interfaces.ITrackingWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracking-blossom Show documentation
Show all versions of tracking-blossom Show documentation
Track your app nice and convenient
package io.github.honoriuss.blossom.interfaces;
public interface ITrackingWriter {
void write(T message);
}