Package io.quarkus.qe.kafka.model
Class LoginAggregation
- java.lang.Object
-
- io.quarkus.qe.kafka.model.LoginAggregation
-
public class LoginAggregation extends Object
-
-
Constructor Summary
Constructors Constructor Description LoginAggregation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginAggregationupdateFrom(LoginAttempt loginAttempt)
-
-
-
Field Detail
-
endpoint
public String endpoint
-
code
public int code
-
count
public int count
-
-
Method Detail
-
updateFrom
public LoginAggregation updateFrom(LoginAttempt loginAttempt)
-
-