Uses of Enum Class
org.apache.pulsar.metadata.api.NotificationType
Packages that use NotificationType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NotificationType in org.apache.pulsar.metadata.api
Methods in org.apache.pulsar.metadata.api that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationTypeReturns the enum constant of this class with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.pulsar.metadata.api with parameters of type NotificationTypeModifierConstructorDescriptionMetadataEvent(String path, byte[] value, HashSet<CreateOption> options, Long expectedVersion, long lastUpdatedTimestamp, String sourceCluster, NotificationType type)