public interface PrioritizedService
Modifier and Type | Field and Description |
---|---|
static Comparator<PrioritizedService> |
COMPARATOR |
static int |
PRIORITY_DATABASE |
static int |
PRIORITY_DEFAULT |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
static final Comparator<PrioritizedService> COMPARATOR
static final int PRIORITY_DEFAULT
static final int PRIORITY_DATABASE
Copyright © 2022 Liquibase.org. All rights reserved.