com.github.tonivade.resp.command.CommandWrapperFactory Maven / Gradle / Ivy
/*
* Copyright (c) 2016-2018, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.resp.command;
public interface CommandWrapperFactory {
RespCommand wrap(Object command);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy