Uses of Enum
info.bitrich.xchangestream.kraken.dto.enums.KrakenEventType
Packages that use KrakenEventType
Package
Description
-
Uses of KrakenEventType in info.bitrich.xchangestream.kraken
Methods in info.bitrich.xchangestream.kraken with parameters of type KrakenEventTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<KrakenEvent> KrakenStreamingService.subscribeSystemChannel(KrakenEventType eventType) -
Uses of KrakenEventType in info.bitrich.xchangestream.kraken.dto
Methods in info.bitrich.xchangestream.kraken.dto that return KrakenEventTypeConstructors in info.bitrich.xchangestream.kraken.dto with parameters of type KrakenEventTypeModifierConstructorDescriptionKrakenEvent(KrakenEventType event) KrakenSubscriptionMessage(Integer reqid, KrakenEventType event, List<String> pairs, KrakenSubscriptionConfig subscription) KrakenSubscriptionStatusMessage(KrakenEventType event, Long channelID, Integer reqid, KrakenSubscriptionStatus status, String pair, KrakenSubscriptionConfig krakenSubscriptionConfig, String errorMessage) KrakenSystemStatus(KrakenEventType event, String connectionID, String status, String version) -
Uses of KrakenEventType in info.bitrich.xchangestream.kraken.dto.enums
Methods in info.bitrich.xchangestream.kraken.dto.enums that return KrakenEventTypeModifier and TypeMethodDescriptionstatic KrakenEventTypestatic KrakenEventTypeReturns the enum constant of this type with the specified name.static KrakenEventType[]KrakenEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.