Package org.opennms.smoketest.telemetry
Interface Payload
-
public interface Payload
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Payload
direct(byte... payload)
@org.jetbrains.annotations.NotNull byte[]
load()
static Payload
resource(String filename)
-
-
-
Method Detail
-
load
@NotNull @org.jetbrains.annotations.NotNull byte[] load() throws IOException
- Throws:
IOException
-
direct
static Payload direct(byte... payload)
-
-