HeartbeatOperations class

Inheritance

Constructors

HeartbeatOperations()

Properties

componentName String?
getter/setter pairinherited
counters ↔ CompositeCounters
getter/setter pairinherited
dependencyResolver ↔ DependencyResolver
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
logger ↔ CompositeLogger
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure(ConfigParams config) → void
Configures component by passing configuration parameters.
inherited
getCorrelationId(Request req) String?
Returns correlationId from request
inherited
getFilterParams(Request req) → FilterParams
inherited
getHeartbeatOperation() → dynamic Function(Request req)
getPagingParams(Request req) → PagingParams
inherited
heartbeat(Request req) FutureOr<Response>
instrument(String? correlationId, String name) → CounterTiming
inherited
instrumentError(String? correlationId, String name, dynamic err, [bool? reerror = false]) → void
inherited
invoke(String operation) → dynamic Function(Request req)
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
safeInvoke(Request req, String name, dynamic operation(), dynamic error(Exception err)) Future
inherited
sendBadRequest(Request req, String message) FutureOr<Response>
inherited
sendConflict(Request req, String message) FutureOr<Response>
inherited
sendCreatedResult(Request req, dynamic err, dynamic result) FutureOr<Response>
inherited
sendDeletedResult(Request req, dynamic err, dynamic result) FutureOr<Response>
inherited
sendEmptyResult(Request req, dynamic err) FutureOr<Response>
inherited
sendError(Request req, dynamic error) FutureOr<Response>
inherited
sendInternalError(Request req, String message) FutureOr<Response>
inherited
sendNotFound(Request req, String message) FutureOr<Response>
inherited
sendResult(Request req, dynamic err, dynamic result) FutureOr<Response>
inherited
sendServerUnavailable(Request req, String message) FutureOr<Response>
inherited
sendSessionExpired(Request req, String message) FutureOr<Response>
inherited
sendUnauthorized(Request req, String message) FutureOr<Response>
inherited
setReferences(IReferences references) → void
Sets references to dependent components.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited