io.appform.dropwizard.sharding.healthcheck.ShardHealthCheckMeta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of db-sharding-bundle Show documentation
Show all versions of db-sharding-bundle Show documentation
Application layer database sharding over SQL dbs
package io.appform.dropwizard.sharding.healthcheck;
import com.codahale.metrics.health.HealthCheck;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class ShardHealthCheckMeta {
private HealthCheck healthCheck;
private int shardId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy