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

io.github.zhyshko.core.router.UpdateRouter Maven / Gradle / Ivy

package io.github.zhyshko.core.router;

import io.github.zhyshko.core.response.ResponseEntity;
import io.github.zhyshko.core.util.UpdateType;
import io.github.zhyshko.core.util.UpdateWrapper;

import java.util.Optional;

public interface UpdateRouter {

    Optional handle(UpdateWrapper wrapper);

    UpdateType getType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy