Skip to content

feat(hooks): implement account hook create/delete support across base, Spring, MicroProfile, and docs#123

Open
amkr6207 wants to merge 1 commit intohiero-ledger:mainfrom
amkr6207:feat/issue-65-hooks-implementation
Open

feat(hooks): implement account hook create/delete support across base, Spring, MicroProfile, and docs#123
amkr6207 wants to merge 1 commit intohiero-ledger:mainfrom
amkr6207:feat/issue-65-hooks-implementation

Conversation

@amkr6207
Copy link
Copy Markdown
Contributor

@amkr6207 amkr6207 commented May 3, 2026

Description:

Follow-up to #72 (API contracts part)

Implement the remaining scope of #65 by adding account hook create/delete support in base APIs, exposing it through Spring and MicroProfile, and documenting usage.

  • Add AccountClient.updateAccountHooks(...) high-level API
  • Add hook models and protocol request/result types
  • Implement protocol-layer account hook update transaction flow
  • Add/extend unit tests for request validation and client wiring
  • Add Spring and MicroProfile service exposure tests
  • Update README and docs with hook lifecycle usage examples

Related issue(s):

Fixes #65

Notes for reviewer:
Local spotless:check, compile, and test-compile pass.

Checklist

  • Documented (README/docs)
  • Tested (unit + framework exposure tests)

…ng, MicroProfile, and docs

Signed-off-by: Aman <amkr6207@gmail.com>
@amkr6207 amkr6207 force-pushed the feat/issue-65-hooks-implementation branch from 5ece92b to a1d4a69 Compare May 3, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Hooks create/manage support to hiero-enterprise-java high-level APIs

1 participant