Skip to content

Commit

Permalink
feat: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Oct 3, 2024
1 parent 4d5ac23 commit 94fb2ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Client tools for building Quarkus java DIDcomm Verifiable Credential powered con
## How to use
On dev mode use the command `mvn clean verify install -Dgpg.skip` to run the project


## Before PR
Please run `mvn clean spotless:check` command before uploading changes to verify the syntax

## Releases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public interface ProducerInterface<M extends Serializable> {
public void setThreads(Integer threads);

public void setDebug(Boolean debug);

public void sendMessage(M message) throws Exception;

}

0 comments on commit 94fb2ca

Please sign in to comment.