All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.instaclustr.cassandra.sidecar.operations.refresh.RefreshModule Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha8
Show newest version
package com.instaclustr.cassandra.sidecar.operations.refresh;

import com.google.inject.AbstractModule;

import static com.instaclustr.operations.OperationBindings.installOperationBindings;

public class RefreshModule extends AbstractModule {

    @Override
    protected void configure() {
        installOperationBindings(binder(),
                                 "refresh",
                                 RefreshOperationRequest.class,
                                 RefreshOperation.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy