public abstract class OutputRate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputRate.Type |
| Constructor and Description |
|---|
OutputRate() |
| Modifier and Type | Method and Description |
|---|---|
static EventOutputRate |
perEvents(Constant events) |
static SnapshotOutputRate |
perSnapshot(LongConstant longConstant) |
static SnapshotOutputRate |
perSnapshot(TimeConstant timeConstant) |
static TimeOutputRate |
perTimePeriod(LongConstant longConstant) |
static TimeOutputRate |
perTimePeriod(TimeConstant timeConstant) |
public static EventOutputRate perEvents(Constant events)
public static TimeOutputRate perTimePeriod(TimeConstant timeConstant)
public static TimeOutputRate perTimePeriod(LongConstant longConstant)
public static SnapshotOutputRate perSnapshot(TimeConstant timeConstant)
public static SnapshotOutputRate perSnapshot(LongConstant longConstant)
Copyright © 2022 WSO2. All Rights Reserved.